Changeset 6356


Ignore:
Timestamp:
01/05/12 23:07:42 (17 months ago)
Author:
cristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/MagickCore/pixel.c

    r6354 r6356  
    11761176    x; 
    11771177 
    1178   register unsigned int 
     1178  register unsigned long 
    11791179    *q; 
    11801180 
     
    11821182    y; 
    11831183 
    1184   q=(unsigned int *) pixels; 
     1184  q=(unsigned long *) pixels; 
    11851185  if (LocaleCompare(map,"BGR") == 0) 
    11861186    { 
     
    30643064  const unsigned char *restrict pixels,ExceptionInfo *exception) 
    30653065{ 
    3066   register const unsigned int 
     3066  register const unsigned long 
    30673067    *restrict p; 
    30683068 
     
    30763076    y; 
    30773077 
    3078   p=(const unsigned int *) pixels; 
     3078  p=(const unsigned long *) pixels; 
    30793079  if (LocaleCompare(map,"BGR") == 0) 
    30803080    { 
Note: See TracChangeset for help on using the changeset viewer.