From 97f10ad8663398012e2048856746c7d0e916e21b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 15 Dec 2008 13:36:56 +0000 Subject: [PATCH] minor comment addition git-svn-id: http://svn.osgeo.org/postgis/trunk@3410 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/pgsql2shp.c b/loader/pgsql2shp.c index 9152bf2fd..3c291a905 100644 --- a/loader/pgsql2shp.c +++ b/loader/pgsql2shp.c @@ -1706,6 +1706,7 @@ initialize(void) * We now create the appropriate shape (shp) file. * And set the shape creator function. */ + /**Create the prj file if we can **/ projsuccess = projFileCreate(shp_file, schema, table, geo_col_name); geotype = getGeometryType(schema, table, geo_col_name); if ( geotype == -1 ) return 0; -- 2.50.0