Make it compile with MS-VC6++

This commit is contained in:
Harald Oehlmann 2018-11-02 09:09:38 +01:00
parent 3ccc00a4d4
commit 5c00c7893e
3 changed files with 20 additions and 14 deletions

View file

@ -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;
}