strnicmp was not a typo. *nix compilers don't like it therefore
authorJan Patera <patera@pictview.com>
Fri, 21 May 2004 14:23:07 +0000 (16:23 +0200)
committerJan Patera <patera@pictview.com>
Fri, 21 May 2004 14:23:07 +0000 (16:23 +0200)
commit2f425bd4b0d4d943f90eab6c8dfde25e6f43431b
tree8eeaf02f9e31dfed6666883452c61a2da9f8689b
parentfa627e4a20c49246d31fe005ea6732e2b804e6d7
strnicmp was not a typo. *nix compilers don't like it therefore
I changed it to strncasecmp. Hopefully non-*nix developers will
be able to replace it with strnicmp (e.g. via define in their config.h)
libexif/exif-data.c