From 3045084721851c09ffc5e18551eaa241d605e3e9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 7 Nov 2000 18:29:45 +0000 Subject: 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. svn path=/trunk/; revision=6482 --- camel/ChangeLog | 5 +++++ camel/camel-stream-filter.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 258edef029..5b12c2bcf7 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 0a7d876159..7c5dec7a2a 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 { -- cgit v1.2.3