* `helpText' is now zero-terminated.
This commit is contained in:
parent
21b134b4e5
commit
fefd467539
5 changed files with 5 additions and 5 deletions
|
|
@ -765,7 +765,7 @@ void run(Strings args)
|
|||
|
||||
void printHelp()
|
||||
{
|
||||
std::cout << string((char *) helpText, sizeof helpText);
|
||||
std::cout << string((char *) helpText);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue