]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/debug.c
CygWin, MSVC hack
[orte.git] / orte / liborte / debug.c
index 80e232ba57b0136578c8aa8fb3fc6b795544a15c..21a406dd0f5b5d2bcd6453369f5c88ecb523e1ec 100644 (file)
@@ -97,7 +97,7 @@ debug_arg(const char *arg) {
     arg += 4;
   } else {
     s = atoi(arg);
-    while (*arg && *arg++ != ',');
+    while (*arg && *arg++ != '.');
   }
   l = atoi(arg);
   if (l < 0) l = 0;