mirror of
https://github.com/NixOS/nix
synced 2025-07-03 10:21:47 +02:00
* `helpText' is now zero-terminated.
This commit is contained in:
parent
21b134b4e5
commit
fefd467539
5 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@ typedef void (* Operation) (Strings opFlags, Strings opArgs);
|
|||
|
||||
void printHelp()
|
||||
{
|
||||
cout << string((char *) helpText, sizeof helpText);
|
||||
cout << string((char *) helpText);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue