gmime r1270 - in trunk: . gmime
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: gmime r1270 - in trunk: . gmime
- Date: Sat, 24 May 2008 21:26:22 +0000 (UTC)
Author: fejj
Date: Sat May 24 21:26:22 2008
New Revision: 1270
URL: http://svn.gnome.org/viewvc/gmime?rev=1270&view=rev
Log:
2008-05-24 Jeffrey Stedfast <fejj novell com>
* gmime/gmime-stream.c (stream_eos): Fixed a typo.
Modified:
trunk/ChangeLog
trunk/gmime/gmime-stream.c
Modified: trunk/gmime/gmime-stream.c
==============================================================================
--- trunk/gmime/gmime-stream.c (original)
+++ trunk/gmime/gmime-stream.c Sat May 24 21:26:22 2008
@@ -263,7 +263,7 @@
stream_eos (GMimeStream *stream)
{
d(g_warning ("Invoked default stream_eos implementation."));
- return stream->position < stream->bound_end;
+ return stream->position >= stream->bound_end;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]