Răsfoiți Sursa

BUG: Open as ascii to remove extra new lines

Andy Cedilnik 22 ani în urmă
părinte
comite
2799e2c66b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Tests/SystemInformation/DumpInformation.cxx

+ 1 - 1
Tests/SystemInformation/DumpInformation.cxx

@@ -14,7 +14,7 @@ void cmDumpInformationPrintFile(const char* name, FILE* fout)
     return;
     return;
     }
     }
   
   
-  FILE* fin = fopen(name, "rb");
+  FILE* fin = fopen(name, "r");
   if(fin)
   if(fin)
     {
     {
     fprintf(fout,
     fprintf(fout,