Changeset 205

Show
Ignore:
Timestamp:
09/25/09 07:37:03 (6 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/meta.c

    r201 r205  
    16401640    if (marker == IPTC_ID) 
    16411641      { 
    1642         *info=p; /* let the caller know were it is */ 
    1643         return(extent); 
    1644       } 
    1645     if (tag_length & 0x01)  
     1642        *info=p; 
     1643        return(tag_length); 
     1644      } 
     1645    if ((tag_length & 0x01) != 0) 
    16461646      tag_length++; 
    16471647    p+=tag_length;