From 7b02e2e055f79a3bc942c927be5c1f1b8b7f9d14 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Mon, 29 Oct 2001 01:31:59 +0000 Subject: Fixed previous fix. svn path=/trunk/; revision=14311 --- filter/ChangeLog | 1 + filter/rule-editor.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/filter/ChangeLog b/filter/ChangeLog index ff73b5fb36..f7ab149b1d 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -2,6 +2,7 @@ * rule-editor.c: Some debug printf fixes for printf's that dont like null %s's. + Fixed previous fix. 2001-10-28 diff --git a/filter/rule-editor.c b/filter/rule-editor.c index 401474ea2a..b14b265bb4 100644 --- a/filter/rule-editor.c +++ b/filter/rule-editor.c @@ -498,7 +498,7 @@ set_source (RuleEditor *re, const char *source) GtkWidget *item; char *s; - d(printf(" hit %s(%s)\n", rule->name, source?source:")); + d(printf(" hit %s(%s)\n", rule->name, source?source:"")); s = e_utf8_to_gtk_string (GTK_WIDGET (re->list), U_(rule->name)); item = gtk_list_item_new_with_label (s); g_free (s); -- cgit v1.2.3