]> granicus.if.org Git - postgis/commitdiff
Update r12421: Remove use of no longer existent fputs result
authorMateusz Loskot <mateusz@loskot.net>
Mon, 7 Apr 2014 13:31:30 +0000 (13:31 +0000)
committerMateusz Loskot <mateusz@loskot.net>
Mon, 7 Apr 2014 13:31:30 +0000 (13:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12427 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp-core.c

index 3a8dc29d17e26d92949d75032b4e003478dac1dd..e681fa6318689c85f050b57473f3ad150240a2e3 100644 (file)
@@ -834,7 +834,7 @@ projFileCreate(SHPDUMPERSTATE *state)
                                        return 0;
                                }
                                fputs (srtext, fp);
-                               LWDEBUGF(3, "\n result %d proj SRText is %s .\n", result, srtext);
+                               LWDEBUGF(3, "\n result proj SRText is %s .\n", srtext);
                                fclose( fp );
                                free( pszFullname );
                        }