GNOME Bugzilla – Bug 581612
use %s to printf string
Last modified: 2009-06-04 09:41:45 UTC
Otherwise the compile complains about it when using -Wformat-security .
Created attachment 134112 [details] [review] patch
Created attachment 134113 [details] [review] more fixes
Right, this makes sense from a compiler perspective, though those strings are for the most part based on a predefined set, but some of them could have some user input. Thanks a lot for the patch, applied and commited to git head ! Daniel