Document binding on Mode_switch in userguide, be more verbose in config

This commit is contained in:
Michael Stapelberg
2009-05-26 17:37:56 +02:00
parent 2975c6a969
commit b0cf3ec026
3 changed files with 33 additions and 14 deletions

View File

@ -144,7 +144,7 @@ void load_configuration(const char *override_configpath) {
class_title++;
char *end = strchr(class_title, '"');
if (end == NULL)
die("Malformatted assignment, couldn't find finishing quote\n");
die("Malformed assignment, couldn't find terminating quote\n");
*end = '\0';
} else {
/* If it is not quoted, we terminate it at the first space */