summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tests')
-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 30ae400..1c24721 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,