X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fctsimtext.cpp;h=af29a13f01ff1575b0070e214cbe2b8a619b1761;hp=4c632a3e9cce0ce45e5f9819abe39d0ba60ca5a5;hb=cb88bca6d3cd7c1bf25c84c4f66e17f978c50f70;hpb=9a98f03976bd02f28c96162dc6c0c701995c128d diff --git a/tools/ctsimtext.cpp b/tools/ctsimtext.cpp index 4c632a3..af29a13 100644 --- a/tools/ctsimtext.cpp +++ b/tools/ctsimtext.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsimtext.cpp,v 1.15 2001/01/16 20:55:29 kevin Exp $ +** $Id: ctsimtext.cpp,v 1.16 2001/01/16 23:48:45 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.15 2001/01/16 20:55:29 kevin Exp $"; +static const char* const g_szIdStr = "$Id: ctsimtext.cpp,v 1.16 2001/01/16 23:48:45 kevin Exp $"; static const char* const s_szProgramName = "ctsimtext"; static const char* const s_szProgramName2 = "ctsimtext.exe"; @@ -152,7 +152,6 @@ ctsimtext_main (int argc, char * argv[]) } } - return iReturn; } @@ -259,8 +258,10 @@ processCommand (int argc, char* const argv[]) } catch (exception e) { std::cerr << "Exception: " << e.what() << std::endl; } catch (...) { -std:cerr << "Unknown exception caught\n"; + std::cerr << "Unknown exception caught\n"; } + + return 1; } int