-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi Michael,
Am Di den 17. Jun 2014 um 12:24 schrieb Michael Schwendt:
> This results in unprintable strings that can crash g_markup, because
> these profile IDs are based on MD5. Even with LCMS1 unpatched,
> Geeqie could not print such a Screen prof
Hello everyone!
The patch for LCMS2 support that has been published on this list does the
following to generate the tooltip texts for "Image profile" and "Screen
profile":
cmsUInt8Number profileID[17];
profileID[16] = '\0';
cmsGetHeaderProfileID(profile, profileID);