|
From: <md...@us...> - 2008-10-10 16:53:32
|
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.
|