1
0
Fork 0

Modified Files:

src/Main/options.cxx: Olaf Flebbe: remove leftover snprintf
This commit is contained in:
frohlich 2007-01-03 10:51:54 +00:00
parent 93cb29608a
commit 001bff4cbc

View file

@ -1683,13 +1683,6 @@ fgUsage (bool verbose)
msg += tmp + '\n';
msg.append(32, ' ');
}
char cstr[96];
if (tmp.size() <= 25) {
snprintf(cstr, 96, " --%-27s", tmp.c_str());
} else {
snprintf(cstr, 96, "\n --%s\n%32c", tmp.c_str(), ' ');
}
// There may be more than one <description> tag assosiated
// with one option