From 7a503ddea722cbefa7005a9dd60d77488e65fd3c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Nov 2000 18:29:45 +0000 Subject: [PATCH] Kill debugging, as it causes lots of evolution-mail spewage. * camel-stream-filter.c (d): Kill debugging, as it causes lots of evolution-mail spewage. --- camel/ChangeLog | 5 +++++ camel/camel-stream-filter.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 258edef..5b12c2b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-11-07 Dan Winship + + * camel-stream-filter.c (d): Kill debugging, as it causes lots of + evolution-mail spewage. + 2000-11-07 Not Zed * camel-mime-filter-bestenc.c (complete): Implement a complete() diff --git a/camel/camel-stream-filter.c b/camel/camel-stream-filter.c index 0a7d876..7c5dec7 100644 --- a/camel/camel-stream-filter.c +++ b/camel/camel-stream-filter.c @@ -21,7 +21,7 @@ #include "camel-stream-filter.h" -#define d(x) x +#define d(x) #include struct _filter { -- 2.7.4