libdthelp: resolve 46 compiler warnings

This commit is contained in:
Peter Howkins
2012-10-08 15:34:45 +01:00
parent c3c9abd86f
commit cd39eabb18
17 changed files with 45 additions and 43 deletions

View File

@@ -2068,7 +2068,7 @@ _DtHelpDALoadGraphic (
if (fileName != file_xid)
free (fileName);
if (pGS->pix == NULL)
if (pGS->pix == 0)
{
free(pReg);
free(pGS);