diff --git a/TODO b/TODO
index 367d3b4c7066370e4816fc9d805d512dc209e5a5..74e5ea3c605c39580bfbb242c7cacc858bb632f7 100644
--- a/TODO
+++ b/TODO
@@ -19,11 +19,11 @@ WISHLIST JWu
 - frida.ini location via -D ?
 - restore ask callback help for lists (prompt for list, not for string)
 - restore help on "?"
-CHECK - calc mode: do not exit on error
 - wenn oio mehrere einzelne Spektren liefert, automatisch in einen File packen
 - review definition of cauchy(,)
 - plot range 1..1 +> gnuplot error
 - curve: restricted fit range
 - convolution with fits ? splines ?
-- gd: commandos -> gnuplot (für Fanni)
+CHECK - gd: commandos -> gnuplot (für Fanni)
 - convolutand must not be defined over full energy range
+- private ini file to overwrite generic one
\ No newline at end of file
diff --git a/pub/src/file_in.cpp b/pub/src/file_in.cpp
index 72782bd8cdf099a4cdda287ddf2cc39767fa6d30..b10ca43dddb80d5470a76a2758917a46444c8453 100644
--- a/pub/src/file_in.cpp
+++ b/pub/src/file_in.cpp
@@ -45,7 +45,7 @@ void NFileIn::Load(void)
             mystd::fname_divide( vflong[i], &fdir, &fshort, &fext);
             
             if        ( fext=="y08" ) {
-                ifstream F_inpp (vflong[i].c_str());
+                ifstream F_inpp (vflong[i].c_str(), ios_base::in);
                 Load_08( F_inpp, vflong[i] );
             	F_inpp.close();
             } else if ( fext=="a01" ) {