Index: /trunk/FACT++/src/EventImp.cc
===================================================================
--- /trunk/FACT++/src/EventImp.cc	(revision 19505)
+++ /trunk/FACT++/src/EventImp.cc	(revision 19506)
@@ -194,4 +194,7 @@
 string EventImp::GetString() const
 {
+    if (GetSize()==0)
+        return std::string();
+
     size_t s = GetSize()-1;
     while (s>0 && GetText()[s]==0)
