Revision: 6177
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6177&view=rev
Author: mdboom
Date: 2008-10-10 16:53:27 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
Oops in last commit.
Modified Paths:
--------------
trunk/matplotlib/src/agg_py_path_iterator.h
Modified: trunk/matplotlib/src/agg_py_path_iterator.h
===================================================================
--- trunk/matplotlib/src/agg_py_path_iterator.h 2008-10-10 16:51:04 UTC (rev
6176)
+++ trunk/matplotlib/src/agg_py_path_iterator.h 2008-10-10 16:53:27 UTC (rev
6177)
@@ -497,7 +497,7 @@
inline bool flush_queue(unsigned *cmd, double *x, double *y)
{
- if (!queue_nonempty())
+ if (queue_nonempty())
{
#if DEBUG_SIMPLIFY
if (m_queue_read >= m_queue_size)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins