dtpdm: Coverity 87632, 87664, 87923

This commit is contained in:
Peter Howkins
2018-04-23 03:43:48 +01:00
parent 68de09848b
commit d52e9390ec
4 changed files with 4 additions and 4 deletions

View File

@@ -3225,7 +3225,7 @@ PdmPixmapListGetPixmap(PdmPixmapList* me, int i)
me->foreground, me->background);
if(me->pixmap[i] == XmUNSPECIFIED_PIXMAP)
{
me->pixmap[i] == None;
me->pixmap[i] = None;
}
else if(me->stipple != None)
{