Don't warning about how we haven't written anything to the stream, this is
authorJeffrey Stedfast <fejj@ximian.com>
Tue, 16 Sep 2003 20:49:51 +0000 (20:49 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Tue, 16 Sep 2003 20:49:51 +0000 (20:49 +0000)
commitb8fb4eb27d68440734216fbbff39ccbe0901ea8b
tree556d4f62b5c52cba6c8fa1077aec3fffbb1c9493
parent8fecf722182aeb1806296acad470549f2c9d9a1a
Don't warning about how we haven't written anything to the stream, this is

2003-09-16  Jeffrey Stedfast  <fejj@ximian.com>

* camel-stream-filter.c (do_flush): Don't warning about how we
haven't written anything to the stream, this is not an
error. fflush() doesn't care if you try to fflush() a stream
without writing to it, so we shouldn't care either.
camel/ChangeLog
camel/camel-stream-filter.c