Forráskód Böngészése

Wrong place for fout

Berk Geveci 24 éve
szülő
commit
238fe481f3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/cmConfigureFileCommand.cxx

+ 1 - 1
Source/cmConfigureFileCommand.cxx

@@ -143,8 +143,8 @@ void cmConfigureFileCommand::FinalPass()
                                          "#cmakedefine", "#undef");
             }
           }
+        fout << inLine << "\n";
         }
-      fout << inLine << "\n";
       }
     // close the files before attempting to copy
     fin.close();