From 2799e2c66bbed3aa41d3292ee8d2c2353bd6d3ab Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 5 Aug 2003 15:20:48 -0400 Subject: [PATCH] BUG: Open as ascii to remove extra new lines --- Tests/SystemInformation/DumpInformation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx index 30ae4008df..1c2472179d 100644 --- a/Tests/SystemInformation/DumpInformation.cxx +++ b/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,