|
From: <md...@us...> - 2008-02-01 18:03:57
|
Revision: 4924
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4924&view=rev
Author: mdboom
Date: 2008-02-01 10:03:52 -0800 (Fri, 01 Feb 2008)
Log Message:
-----------
Oops in last commit.
Modified Paths:
--------------
branches/v0_91_maint/src/ft2font.cpp
Modified: branches/v0_91_maint/src/ft2font.cpp
===================================================================
--- branches/v0_91_maint/src/ft2font.cpp 2008-02-01 18:03:04 UTC (rev 4923)
+++ branches/v0_91_maint/src/ft2font.cpp 2008-02-01 18:03:52 UTC (rev 4924)
@@ -1036,7 +1036,7 @@
if ( (size_t)num >= gms.size())
throw Py::ValueError("Glyph index out of range");
- Py_INCREF(gm);
+ Py_INCREF(gms[num]);
return Py::asObject(gms[num]);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|