GNOME Bugzilla – Bug 574045
evolution uses glic specfic feature of sprintf
Last modified: 2013-09-13 01:00:34 UTC
In widgets/misc/e-calendar-item.c, %Id is used in the call to sprintf. This is a glibc specific feature and is not supported by glibc shipped in Solaris.
Created attachment 130007 [details] [review] Patch to fix the problem. Mark the string as translatable. So we can turn it into %d when we handle *.po files before we build it.
This was recently introduced by bug #342446.
Fix has been included with the patch at http://bugzilla.gnome.org/show_bug.cgi?id=342446#c23 .
*** Bug 574210 has been marked as a duplicate of this bug. ***