mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +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
|
@ -10,7 +10,7 @@ using namespace nix;
|
|||
|
||||
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