summaryrefslogtreecommitdiff
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-05 15:20:48 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-05 15:20:48 -0400
commit2799e2c66bbed3aa41d3292ee8d2c2353bd6d3ab (patch)
tree025aa2362f784d2786043add9a316598a906a301 /Tests/SystemInformation
parent59d886d0f4822aecd7744ce06a47438dc9a09046 (diff)
downloadcmake-2799e2c66bbed3aa41d3292ee8d2c2353bd6d3ab.tar.gz
BUG: Open as ascii to remove extra new lines
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/DumpInformation.cxx2
1 files changed, 1 insertions, 1 deletions
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,