X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;h=4aca18565d242a2256c89c1600488e8c66e15a30;hb=c3fd144d5265132044b8adf35f0dac7eacf1190d;hp=b874f07d8ca334654115fccaf6acb76fbb910228;hpb=432ba2c487a5320352f14bdd2cce008fccef6902;p=ctsim.git diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index b874f07..4aca185 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.22 2001/02/27 03:59:30 kevin Exp $ +** $Id: syserror.cpp,v 1.24 2003/03/15 14:52:36 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 @@ -38,7 +38,6 @@ * int severity Severity of error * char *msg Error message * args Argument list, direct transfer to printf stack -* Can take 24 byte transfer */ static int s_reportErrorLevel = ERR_TRACE; // Set error reporting level