mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Make it compile with MS-VC6++
This commit is contained in:
@ -60,9 +60,6 @@ int ps_plot(struct zint_symbol *symbol) {
|
||||
}
|
||||
if (feps == NULL) {
|
||||
strcpy(symbol->errtxt, "645: Could not open output file");
|
||||
#ifdef _MSC_VER
|
||||
free(local_text);
|
||||
#endif
|
||||
return ZINT_ERROR_FILE_ACCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user