r322: *** empty log message ***
[ctsim.git] / libctsupport / syserror.cpp
index 8468f820743affdc535a49a4809fabcf1d2a94c2..679ecb43d2f873540da84d66106870ade400bf46 100644 (file)
@@ -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();\r
   
   if (severity == ERR_FATAL)