1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

* `helpText' is now zero-terminated.

This commit is contained in:
Eelco Dolstra 2010-02-24 13:24:27 +00:00
parent 21b134b4e5
commit fefd467539
5 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ typedef void (* Operation) (Globals & globals,
void printHelp()
{
cout << string((char *) helpText, sizeof helpText);
cout << string((char *) helpText);
}