Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
// Must temporarily stash the message in a String, since
// displaySyntaxError will overwrite the static temp used in form.
String s(form("No such sort method: `%s'", (const char*)config->Find("sort")));
String s("invalid sort method");
displaySyntaxError(s);
return;
String s(form("No such sort method: `%s'", (const char *) config->Find("sort")));
//return;