X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=e4f6abfee43a4fd7586cffd5f086501ce4301c78;hp=074b287025608cab5d454a67696cfc694ea18ec9;hb=ee0105d74fec9d6bfd236e22e9e1d315e46c568e;hpb=806adf54f5b8d061662696b3b498bfab3cd8b2e6 diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index 074b287..e4f6abf 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** - ** $Id: ezset.cpp,v 1.7 2000/07/29 19:50:08 kevin Exp $ + ** $Id: ezset.cpp,v 1.8 2000/12/06 01:46:43 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 @@ -62,7 +62,7 @@ EZPlot::ezcmd (char *comm) int code; bool retval = true; if (! pol_usertok (str, &code)) { - cerr << "Illegal EZSET command: " << str << endl; + sys_error(ERR_WARNING, "Illegal EZSET command: %s", str); pol_reader(); retval = false; } @@ -376,7 +376,7 @@ EZPlot::do_cmd (int lx) void EZPlot::bad_option (char *opt) { - cerr << opt << " is an INVALID option\n"; + sys_error (ERR_WARNING, "INVALID option: %s", opt); } /*----------------------------------------------------------------------*/