Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc8d65a

Browse files
committed
Oops in last commit.
svn path=/trunk/matplotlib/; revision=6177
1 parent d38673c commit dc8d65a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agg_py_path_iterator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ class SimplifyPath
497497

498498
inline bool flush_queue(unsigned *cmd, double *x, double *y)
499499
{
500-
if (!queue_nonempty())
500+
if (queue_nonempty())
501501
{
502502
#if DEBUG_SIMPLIFY
503503
if (m_queue_read >= m_queue_size)

0 commit comments

Comments
 (0)