I think there's a bug in GetEXIFProperty in 6.3.7-3. When parsing a property name in the form "exif:#XXXX", at property.c line 1064 it looks like the code is expecting property to point to the first hex digit, but actually it points to the x in "exif:".
Please let me know if you need more information.
Bug in GetEXIFProperty in 6.3.7-3
Re: Bug in GetEXIFProperty in 6.3.7-3
The particular problem you reported is fixed in the latest release. Thanks.
Re: Bug in GetEXIFProperty in 6.3.7-3
Fast work! I've downloaded the newest release. Thanks!