Ignore:
Timestamp:
Nov 21, 1999, 3:37:17 PM (26 years ago)
Author:
achimha
Message:

check for null pointer in seticon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/static.cpp

    r1724 r1797  
    1 /* $Id: static.cpp,v 1.9 1999-11-13 16:42:42 cbratschi Exp $ */
     1/* $Id: static.cpp,v 1.10 1999-11-21 14:37:17 achimha Exp $ */
    22/*
    33 * Static control
     
    8080    BITMAP bmp;
    8181
     82    if (infoPtr == NULL)
     83      return 0;
     84
    8285    if ((dwStyle & SS_TYPEMASK) != SS_ICON) return 0;
    8386
Note: See TracChangeset for help on using the changeset viewer.