mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 02:35:14 -04:00
Make it compile with MS-VC6++
This commit is contained in:
parent
3ccc00a4d4
commit
5c00c7893e
3 changed files with 20 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue