From: Sandro Santilli Date: Wed, 10 Mar 2004 17:35:16 +0000 (+0000) Subject: removed just-introduced bug X-Git-Tag: pgis_0_8_2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aca432a6f78a88f1a62270f805aad348ee4f1f7f;p=postgis removed just-introduced bug git-svn-id: http://svn.osgeo.org/postgis/trunk@484 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql.c b/loader/shp2pgsql.c index ab7997fc8..b6162ba26 100644 --- a/loader/shp2pgsql.c +++ b/loader/shp2pgsql.c @@ -12,6 +12,9 @@ * ********************************************************************** * $Log$ + * Revision 1.52 2004/03/10 17:35:16 strk + * removed just-introduced bug + * * Revision 1.51 2004/03/10 17:23:56 strk * code cleanup, fixed a bug missing to transform 'gid' to 'gid__2' in shapefile attribute name * @@ -798,7 +801,6 @@ int main (int ARGC, char **ARGV){ strcpy(names[j], name); if (j) strcat(col_names, ","); - else sprintf(col_names, "("); sprintf(col_names, "%s\"%s\"", col_names, name); } strcat(col_names, ",the_geom)");