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