[cairo-bugs] [Bug 51443] printing PDF documents from evince is broken with cairo 1.12.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 3 08:33:54 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51443

--- Comment #18 from Adrian Johnson <ajohnson at redneon.com> 2012-07-03 15:33:54 UTC ---
The problem is in decode_real it converts a BCD string to ASCII than uses
sscanf to convert to a double. The value it is trying to decode is "0.001". In
locales where the decimal separator is not '.' this fails.

I'll work on a patch to fix this.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list