Browse Source

BUG: Open as ascii to remove extra new lines

Andy Cedilnik 22 years ago
parent
commit
2799e2c66b
1 changed files with 1 additions and 1 deletions
  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;
     }
   
-  FILE* fin = fopen(name, "rb");
+  FILE* fin = fopen(name, "r");
   if(fin)
     {
     fprintf(fout,