mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
qip
This commit is contained in:
parent
7fa51e2a8e
commit
1ca2e61a85
@ -66,9 +66,9 @@ int main(int argc, char *argv[]) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// help message
|
// help message
|
||||||
|
int helpMessageSize = 1200;
|
||||||
|
char helpMessage[helpMessageSize];
|
||||||
{
|
{
|
||||||
int helpMessageSize = 1200;
|
|
||||||
char helpMessage[helpMessageSize];
|
|
||||||
memset(helpMessage, 0, helpMessageSize);
|
memset(helpMessage, 0, helpMessageSize);
|
||||||
int len = sprintf(
|
int len = sprintf(
|
||||||
helpMessage, helpMessageSize,
|
helpMessage, helpMessageSize,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user