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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
FILE* fin = fopen(name, "rb");
|
FILE* fin = fopen(name, "r");
|
||||||
if(fin)
|
if(fin)
|
||||||
{
|
{
|
||||||
fprintf(fout,
|
fprintf(fout,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user