Exppython:

Still compilation problems, wrong type returned in a function.
This commit is contained in:
Willian Padovani Germano 2003-07-19 21:04:33 +00:00
parent b2d1921d26
commit 4856071402

@ -131,7 +131,7 @@ struct BezTriple *bezt;
bezt = self->ipocurve->bezt + i;
PyList_Append( l, BezTriple_CreatePyObject(bezt));
}
return l;
return 0;
}