Blob Blame History Raw
--- _proj.pyx.orig	2015-11-12 19:38:49.697802067 +0100
+++ _proj.pyx	2015-11-12 19:38:53.048713811 +0100
@@ -340,7 +340,7 @@
     yy = <double *>ydata
     if inz is not None:
         zz = <double *>zdata
-    npts = buflenx/8
+    npts = buflenx//8
     if not radians and p1.is_latlong():
         for i from 0 <= i < npts:
             xx[i] = xx[i]*_dg2rad