Fixed bool handling bug in Python module reported by Michael Scharf.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@930 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-10-26 03:13:05 +00:00
commit 70567cf21d

View file

@ -459,7 +459,7 @@ PYTHON::function(DOH *node) {
Wrapper_add_localv(f,tempb,"int",tempb,0);
else
Wrapper_add_localv(f,tempb,"int",tempb, "=",tempval,0);
Printv(get_pointers, tab4, target, " = (", SwigType_lstr(pt,0), ") ", tempb, ";\n", 0);
Printv(get_pointers, tab4, target, " = ( ", tempb, " != 0);\n", 0);
Printf(arglist,"&%s",tempb);
noarg = 1;
}