From: <and...@us...> - 2009-01-16 11:11:58
|
Revision: 9323 http://plplot.svn.sourceforge.net/plplot/?rev=9323&view=rev Author: andrewross Date: 2009-01-16 11:11:54 +0000 (Fri, 16 Jan 2009) Log Message: ----------- Fix previous commit - should read Null not NULL. Modified Paths: -------------- trunk/bindings/python/plplotcmodule.i Modified: trunk/bindings/python/plplotcmodule.i =================================================================== --- trunk/bindings/python/plplotcmodule.i 2009-01-16 10:22:04 UTC (rev 9322) +++ trunk/bindings/python/plplotcmodule.i 2009-01-16 11:11:54 UTC (rev 9323) @@ -190,7 +190,7 @@ } $1 = (PLINT*)tmp->data; } -%typemap(freearg) PLINT *ArrayCkMinus1NULL { Py_DECREF(tmp$argnum);} +%typemap(freearg) PLINT *ArrayCkMinus1Null { Py_DECREF(tmp$argnum);} /* No length but remember size to check others */ %typemap(in) PLINT *Array (PyArrayObject* tmp) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |