Change types of ZOOM_scanset_* reference-pointers to match YAZ changes.
authorMike Taylor <mike@miketaylor.org.uk>
Fri, 19 Feb 2010 15:09:10 +0000 (15:09 +0000)
committerMike Taylor <mike@miketaylor.org.uk>
Fri, 19 Feb 2010 15:09:10 +0000 (15:09 +0000)
ZOOM.xs

diff --git a/ZOOM.xs b/ZOOM.xs
index 134e94d..7a3de30 100644 (file)
--- a/ZOOM.xs
+++ b/ZOOM.xs
@@ -405,8 +405,8 @@ const char *
 ZOOM_scanset_term(scan, pos, occ, len)
        ZOOM_scanset scan
        size_t pos
-       int& occ
-       int& len
+       size_t& occ
+       size_t& len
        OUTPUT:
                RETVAL
                occ
@@ -416,8 +416,8 @@ const char *
 ZOOM_scanset_display_term(scan, pos, occ, len)
        ZOOM_scanset scan
        size_t pos
-       int& occ
-       int& len
+       size_t& occ
+       size_t& len
        OUTPUT:
                RETVAL
                occ