mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 14:30:27 +00:00
BUG: Open as ascii to remove extra new lines
This commit is contained in:
parent
59d886d0f4
commit
2799e2c66b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user