r392: *** empty log message ***
[ctsim.git] / tools / ctsimtext.cpp
index 994fea0aa422f69f1689bafa3d3c8480019bd327..a6f6966b309bbce75e3fc4ee731c6986e0f97cdc 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsimtext.cpp,v 1.11 2001/01/13 04:44:47 kevin Exp $
+**  $Id: ctsimtext.cpp,v 1.12 2001/01/13 05:02:20 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -45,7 +45,7 @@ extern "C" {
 // If linked to ctsimtext, but executed as another name, eg pjrec, then program will use that
 // linked name as name of function.
 
-static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.11 2001/01/13 04:44:47 kevin Exp $";
+static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.12 2001/01/13 05:02:20 kevin Exp $";
 static const char* const s_szProgramName = "ctsimtext";
 static const char* const s_szProgramName2 = "ctsimtext.exe";
 
@@ -105,11 +105,8 @@ ctsimtext_main (int argc, char * argv[])
   int iReturn = 0;  
   
   if (argc > 1 && (strcmp(argv[0], fileBasename (s_szProgramName)) == 0 || strcmp(argv[0], fileBasename (s_szProgramName2)) == 0)) {
-    argv = &argv[1];
+    argv++;
     argc--;
-    if (argc > 1 && (strcmp(argv[0], fileBasename (s_szProgramName)) == 0 || strcmp(argv[0], fileBasename (s_szProgramName2)) == 0)) {
-      argv = &argv[2];
-      argc--;
     }
     iReturn = processCommand (argc, argv);
   } else if (argc > 1){