[postgis-commits] svn - r3560 - branches/1.3/loader
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Jan 22 10:15:43 PST 2009
Author: robe
Date: 2009-01-22 10:15:42 -0800 (Thu, 22 Jan 2009)
New Revision: 3560
Modified:
branches/1.3/loader/shp2pgsql.c
Log:
fix tabbing
Modified: branches/1.3/loader/shp2pgsql.c
===================================================================
--- branches/1.3/loader/shp2pgsql.c 2009-01-22 18:14:54 UTC (rev 3559)
+++ branches/1.3/loader/shp2pgsql.c 2009-01-22 18:15:42 UTC (rev 3560)
@@ -673,7 +673,7 @@
trans++;
/* transaction stuff done */
- /*skip the record if it has been deleted*/
+ /*skip the record if it has been deleted*/
if(readshape != 1 && DBFReadDeleted(hDBFHandle, j)) {
continue;
}
More information about the postgis-commits
mailing list