cpml: correct put_intersections() bug
commit7a5f83524466075a8796fdd71bb422f49e31d122
authorNicola Fontana <ntd@entidi.it>
Fri, 30 Jan 2015 10:19:17 +0000 (30 11:19 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 30 Jan 2015 10:19:17 +0000 (30 11:19 +0100)
treeed86e6539f4a285e6437e31a4ceab7a1e747af59
parent2c7ad02da20d1bf2e3dd4f407d10fd46794019e4
cpml: correct put_intersections() bug

Call recursively because it is too late for swapping the arguments: the
class data has been already initialized. Also, check if
put_intersections is implemented only after the recursion.
src/cpml/cpml-primitive.c