0026922: Huge performance issue writing data to the output stream
[occt.git] / src / DPrsStd / DPrsStd_AISViewerCommands.cxx
index ada1e7c..95a8460 100644 (file)
@@ -85,7 +85,7 @@ static Standard_Integer DPrsStd_AISRepaint (Draw_Interpretor& di,
     TPrsStd_AISViewer::Update(acces);
     return 0;
   }
-  di << "DPrsStd_AISRepaint : Error" << "\n";
+  di << "DPrsStd_AISRepaint : Error\n";
   return 1; 
 }