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