Index: /trunk/FACT++/src/Converter.cc
===================================================================
--- /trunk/FACT++/src/Converter.cc	(revision 11733)
+++ /trunk/FACT++/src/Converter.cc	(revision 11734)
@@ -211,4 +211,7 @@
 T Converter::Get(std::stringstream &line) const
 {
+    if (!line)
+        return T();
+
     char c;
     line >> c;
