Searched refs:IptcSig1 (Results 1 – 1 of 1) sorted by relevance
54 const char IptcSig1[] = "Photoshop 3.0"; in show_IPTC() local65 if (memcmp(pos, IptcSig1, sizeof(IptcSig1)-1) != 0) goto badsig; in show_IPTC()66 pos += sizeof(IptcSig1); // move data pointer to the next field in show_IPTC()