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