mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
Merge branch 'developer' into rr_rxr
This commit is contained in:
commit
f2b8aa9dbd
@ -101,7 +101,7 @@ int main(int argc, char *argv[]) {
|
||||
"created "
|
||||
"by control server \n\n",
|
||||
argv[0]);
|
||||
if (len >= helpMessageSize) {
|
||||
if (len >= (int)helpMessageSize) {
|
||||
LOG(logERROR, ("Help for Server command line arguments size %d "
|
||||
"exceed capacity of %d characters\n",
|
||||
len, helpMessageSize));
|
||||
|
Loading…
x
Reference in New Issue
Block a user