Skip to content

Commit

Permalink
Fix wrong result on '404 Not Found' symbol URL
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2020
1 parent 9b93a70 commit 8934254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapsymbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ int msAddImageSymbol(symbolSetObj *symbolset, char *filename)
unlink(tmpfullfilename);
msFree(tmpfilename);
msFree(tmppath);
return MS_FAILURE;
return -1;
}
}
msFree(tmpfilename);
Expand Down

0 comments on commit 8934254

Please sign in to comment.