--- trunk/src/io/DumpWriter.cpp 2006/05/17 21:51:42 963 +++ trunk/src/io/DumpWriter.cpp 2006/05/19 21:26:41 966 @@ -483,8 +483,7 @@ namespace oopse { } } - sprintf(writeLine, "\n"); - os << writeLine; + os << writeLine << "\n"; } // end for(int l =0) @@ -606,8 +605,7 @@ namespace oopse { } } - sprintf(writeLine, "\n"); - os << writeLine; + os << writeLine << "\n"; } //end for(iter = integrableObject.begin()) }