X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=4e68671507c01eb752204459930e1340460931ac;hp=e4f6abfee43a4fd7586cffd5f086501ce4301c78;hb=55426f4170ed9dc777c3cec3741e4a59e6eebd38;hpb=4114001db83630028afd31d215df560f8d682b22 diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index e4f6abf..4e68671 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.8 2000/12/06 01:46:43 kevin Exp $ + ** $Id: ezset.cpp,v 1.9 2000/12/06 15:17:51 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 @@ -74,7 +74,7 @@ EZPlot::ezcmd (char *comm) } -int +bool EZPlot::do_cmd (int lx) { char str [1024]; @@ -368,7 +368,7 @@ EZPlot::do_cmd (int lx) } pol_reader (); - return (TRUE); + return (true); }