Index: /trunk/FACT++/src/Readline.cc
===================================================================
--- /trunk/FACT++/src/Readline.cc	(revision 14556)
+++ /trunk/FACT++/src/Readline.cc	(revision 14557)
@@ -100,5 +100,5 @@
 //
 Readline::Readline(const char *prgname) :
-    fMaxLines(500), fLine(0), fSection(-3), fLabel(-1), fCompletion(0)
+    fMaxLines(500), fLine(0), fSection(-4), fLabel(-1), fCompletion(0)
 {
     if (This)
@@ -1088,5 +1088,5 @@
         Execute(opt, data);
         fScript = save;
-        if (save_sec!=-3)
+        if (save_sec!=-4)
         {
             fSection = save_sec;
@@ -1355,6 +1355,6 @@
     fScript = name;
 
-    fSection = -2;
-    SetSection(-2);
+    fSection = -3;
+    SetSection(-3);
     fLabel = -1;
 
@@ -1369,6 +1369,6 @@
     if (!fin)
     {
-        fSection = -3;
-        SetSection(-3);
+        fSection = -4;
+        SetSection(-4);
         return -1;
     }
@@ -1420,6 +1420,6 @@
 
     fLabel = -1;
-    fSection = -3;
-    SetSection(-3);
+    fSection = -4;
+    SetSection(-4);
 
     return rc;
