- file-tool: open file in binary mode (to fix problem with file download on windows)

pull/239/head
Michael Zillgith 5 years ago
parent 1fcbad0b65
commit ae66945751

@ -225,7 +225,7 @@ getFile(IedConnection con)
char* localFilename = basename(bname);
FILE* fp = fopen(localFilename, "w");
FILE* fp = fopen(localFilename, "wb");
if (fp != NULL) {

Loading…
Cancel
Save