]> granicus.if.org Git - postgis/commitdiff
Commit patch for missing lw_asprintf() from #222.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 16 Jul 2009 21:24:01 +0000 (21:24 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 16 Jul 2009 21:24:01 +0000 (21:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4307 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-gui.c

index db7bbc56739a75e9b8126e07889af55fdad9dda4..07d106b776ad231947e4b40b9ad922699f6122f9 100644 (file)
@@ -336,7 +336,7 @@ pgui_read_destination(void)
                pg_geom = "the_geom";
        }
 
-       if ( ! asprintf(&dest_string, "%s.%s", pg_schema, pg_table) )
+       if ( ! lw_asprintf(&dest_string, "%s.%s", pg_schema, pg_table) )
        {
                return NULL;
        }