Home
last modified time | relevance | path

Searched refs:IptcSig1 (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Diptc.c54 const char IptcSig1[] = "Photoshop 3.0"; in show_IPTC() local
65 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()