mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00: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