X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fpj2if.cpp;h=0192898df9c1800c8307cf86b78bec702950da5d;hp=1bbfb112b00d6b4f7147e0aed4850ee0ef90c8b7;hb=855f0990a75750c61badd376ff35ffb39fab1c36;hpb=aa41f74ce0ec15bc7952ed9da629dbe294429a61 diff --git a/tools/pj2if.cpp b/tools/pj2if.cpp index 1bbfb11..0192898 100644 --- a/tools/pj2if.cpp +++ b/tools/pj2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pj2if.cpp,v 1.6 2000/12/16 07:28:25 kevin Exp $ +** $Id: pj2if.cpp,v 1.7 2000/12/17 23:30:48 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 @@ -47,7 +47,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: pj2if.cpp,v 1.6 2000/12/16 07:28:25 kevin Exp $"; +static const char* g_szIdStr = "$Id: pj2if.cpp,v 1.7 2000/12/17 23:30:48 kevin Exp $"; void pj2if_usage (const char *program) @@ -154,9 +154,9 @@ main (const int argc, char *const argv[]) try { retval = pj2if_main(argc, argv); } catch (exception e) { - cerr << "Exception: " << e.what() << std::endl; + std::cerr << "Exception: " << e.what() << std::endl; } catch (...) { - cerr << "Unknown exception\n"; + std::cerr << "Unknown exception\n"; } return (retval);