1 --- geometry.c.str 2009-04-07 15:46:08.000000000 +0200
2 +++ geometry.c 2009-04-07 15:46:41.000000000 +0200
5 int x, y; /* location of event in root coordinates. */
7 - sprintf(msg, res_labels[14]);
8 + sprintf(msg, "%s", res_labels[14]);
10 SetMessage(global_screen_data.info_label, msg);
13 find_event->widgets.num_widgets);
16 - sprintf(msg, res_labels[13]);
17 + sprintf(msg, "%s", res_labels[13]);
18 SetMessage(global_screen_data.info_label, msg);
21 --- svpopup.c.str 2009-04-07 15:46:54.000000000 +0200
22 +++ svpopup.c 2009-04-07 15:47:11.000000000 +0200
24 old = global_screen_data.res_text;
27 - sprintf(msg, res_labels[22]);
28 + sprintf(msg, "%s", res_labels[22]);
29 SetMessage(global_screen_data.info_label, msg);
32 --- utils.c.str 2009-04-07 15:47:21.000000000 +0200
33 +++ utils.c 2009-04-07 15:47:34.000000000 +0200
35 get_event->info[i].widgets.num_widgets);
38 - sprintf(buf, res_labels[16]);
39 + sprintf(buf, "%s", res_labels[16]);
40 AddString(&errors, buf);