This commit is contained in:
maliakal_d 2022-03-18 12:02:53 +01:00
parent 7fa51e2a8e
commit 1ca2e61a85

View File

@ -66,9 +66,9 @@ int main(int argc, char *argv[]) {
#endif
// help message
int helpMessageSize = 1200;
char helpMessage[helpMessageSize];
{
int helpMessageSize = 1200;
char helpMessage[helpMessageSize];
memset(helpMessage, 0, helpMessageSize);
int len = sprintf(
helpMessage, helpMessageSize,