mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Open EMF files in binary mode
This commit is contained in:
parent
ee763cb135
commit
8bd26f5e83
@ -1015,7 +1015,7 @@ int emf_plot(struct zint_symbol *symbol) {
|
||||
if (symbol->output_options & BARCODE_STDOUT) {
|
||||
emf_file = stdout;
|
||||
} else {
|
||||
emf_file = fopen(symbol->outfile, "w");
|
||||
emf_file = fopen(symbol->outfile, "wb");
|
||||
}
|
||||
if (emf_file == NULL) {
|
||||
strcpy(symbol->errtxt, "640: Could not open output file");
|
||||
|
Loading…
Reference in New Issue
Block a user