--- vfe/unix/unixoptions.cpp	2011-06-22 15:36:17.371111963 +0200
+++ ../povray3orig/povray-3.7.0.RC3/vfe/unix/unixoptions.cpp	2011-01-02 11:15:32.000000000 +0100
@@ -814,9 +814,6 @@
         {
 	        // get and preprocess line
 	        std::getline(Stream, line);
-	        // check for failbit and badbit
-	        if (!Stream)
-	            break;
 	        line = pre_process_conf_line(line);
 	        ++line_number;
 
