mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
WIP
This commit is contained in:
@ -114,6 +114,10 @@ int main(int argc, char *argv[]) {
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < argc; ++i) {
|
for (i = 0; i < argc; ++i) {
|
||||||
|
if (!strcasecmp(argv[i], "-port")) {
|
||||||
|
i +=2;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (i > 0) {
|
if (i > 0) {
|
||||||
strcat(cmd, " ");
|
strcat(cmd, " ");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user