]> granicus.if.org Git - postgis/commitdiff
Fixed PQunescapeBytearea argument (might give problems on 64bit archs)
authorSandro Santilli <strk@keybit.net>
Fri, 25 Mar 2005 18:43:07 +0000 (18:43 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 25 Mar 2005 18:43:07 +0000 (18:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1574 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index 4243ed16e25012be6f4ba085c97a52abd5cac4b6..1d5e9a3cb039c6615e1e6e5bc5f45109963a3274 100644 (file)
@@ -1912,7 +1912,7 @@ addRecord(PGresult *res, int residx, int row)
        int flds = 0; /* number of dbf field */
        char *val;
        char *v;
-       int junk;
+       size_t junk;
 
        for (j=0; j<nFields; j++)
        {
@@ -3117,6 +3117,9 @@ create_usrquerytable(void)
 
 /**********************************************************************
  * $Log$
+ * Revision 1.74  2005/03/25 18:43:07  strk
+ * Fixed PQunescapeBytearea argument (might give problems on 64bit archs)
+ *
  * Revision 1.73  2005/03/08 11:06:33  strk
  * modernized old-style parameter declarations
  *