Changeset 11645

Show
Ignore:
Timestamp:
07/16/08 17:16:02 (6 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/utility.c

    r11007 r11645  
    12531253MagickExport MagickBooleanType IsMagickTrue(const char *value) 
    12541254{ 
    1255   if (value == (char *) NULL) 
     1255  if (value == (const char *) NULL) 
    12561256    return(MagickFalse); 
    12571257  if (LocaleCompare(value,"true") == 0)