Changes
1 changed files (+3/-3)
-
-
@@ -704,9 +704,9 @@ else if (!strcmp (arg, "nogmt") ||!strcmp (arg, "noutc")) pRun->utc = ONOFF_OFF; // Debug mode else if (!strcmp (arg, "debug")) || !strcmp (arg, "--debug")) || !strcmp (arg, "--verbose")) || else if (!strcmp (arg, "debug") || !strcmp (arg, "--debug") || !strcmp (arg, "--verbose") || !strcmp (arg, "-v")) pRun->debug = ONOFF_ON; else if (!strcmp (arg, "nodebug")) pRun->debug = ONOFF_OFF;
-