GNOME Bugzilla – Bug 647127
Formatstring issue in modules/console.c
Last modified: 2011-04-09 15:36:13 UTC
GJS suffers a format string problem in modules/console.c. fprintf is not used correctly, i.e. no literal format string is given.
Created attachment 185492 [details] [review] Patch which fixes the format string issue
Review of attachment 185492 [details] [review]: The patch looks fine. Can you use this style for the commit message (just run "git log" to see lots of examples): console: Add a missing format string https://bugzilla.gnome.org/show_bug.cgi?id=647127
Comment on attachment 185492 [details] [review] Patch which fixes the format string issue Just pushed a reworded version.