mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
qip
This commit is contained in:
@ -70,7 +70,7 @@ int main(int argc, char *argv[]) {
|
||||
char helpMessage[helpMessageSize];
|
||||
{
|
||||
memset(helpMessage, 0, helpMessageSize);
|
||||
int len = sprintf(
|
||||
int len = snprintf(
|
||||
helpMessage, helpMessageSize,
|
||||
"Usage: %s [arguments]\n"
|
||||
"Possible arguments are:\n"
|
||||
|
Reference in New Issue
Block a user