GNOME Bugzilla – Bug 592368
Missing string after format string in camel-mapi-folder.c
Last modified: 2009-09-08 06:15:52 UTC
While searching for the meaning of %s in "Offline. '%s'", I found that there was no %s string in the function call: if (offline->state == CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL) { camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, _("Offline. '%s'")); return; Isn't this an error?
Removed %s in master. Closing as fixed.
I did revert changes as it breaks string freeze http://git.gnome.org/cgit/evolution-mapi/commit/?id=f11ab592830b2be944875c9c719fc14ca94095e5
Fine. Is this something critical, in a programmatical point of view? If not, then you should simply wait that the module has branched for gnome-2-28 before pushing it to master again.
(In reply to comment #3) > Fine. Is this something critical, in a programmatical point of view? Not really. > If not, then you should simply wait that the module has branched for gnome-2-28 > before pushing it to master again. Just branched now and pushed the patches. Closing this report as fixed. Thanks.