finch/gntdebug.c

branch
vv
changeset 26167
8f14e4edae9c
parent 23704
9b88c9b23aed
parent 24683
3481a3320313
child 26171
85b43bce42f1
equal deleted inserted replaced
26166:ad7d09fef256 26167:8f14e4edae9c
232 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL); 232 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL);
233 return; 233 return;
234 } 234 }
235 235
236 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL)); 236 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL));
237 fprintf(fp, tv->string->str); 237 fprintf(fp, "%s", tv->string->str);
238 fclose(fp); 238 fclose(fp);
239 gnt_widget_destroy(GNT_WIDGET(fs)); 239 gnt_widget_destroy(GNT_WIDGET(fs));
240 } 240 }
241 241
242 static void 242 static void

mercurial