From d97285fc25faf344e5456b16acfcf224d8140eac Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 22 Mar 2005 13:06:22 +0000 Subject: [PATCH] Fixed bug with invalid last characters --- src/VISU_I/VISU_DumpPython.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_DumpPython.cc b/src/VISU_I/VISU_DumpPython.cc index 0b5fd9f8..6fae6944 100644 --- a/src/VISU_I/VISU_DumpPython.cc +++ b/src/VISU_I/VISU_DumpPython.cc @@ -1181,7 +1181,11 @@ namespace VISU{ std::string aResult = aStr.str(); ofstream anFStream("/tmp/dump.py"); anFStream<