X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;h=679ecb43d2f873540da84d66106870ade400bf46;hp=8468f820743affdc535a49a4809fabcf1d2a94c2;hb=7ae47cb0ff0a16d1c36797576155263434cc73ff;hpb=ee405282853525f1fa25c4f4321ba85652353564 diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index 8468f82..679ecb4 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.10 2000/12/29 15:45:06 kevin Exp $ +** $Id: syserror.cpp,v 1.11 2000/12/29 20:11:42 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 @@ -112,7 +112,7 @@ void sys_verror (std::string& strOutput, int severity, const char *msg, va_list strncpy (errStr, sizeof(errStr), "Error message not available on this platform."); #endif - os << errStr << std::endl; + os << errStr << "\n"; strOutput = os.str(); if (severity == ERR_FATAL)