git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1962
b70326c6-7e19-0410-871a-
916f4a2858ee
- New "Reporting Bugs" chapter in manual
- Segfault fix in shp2pgsql (utf8 encoding)
- Fixed computation of null values fraction in analyzer
+ - Fixed return code of shp2pgsql
PostGIS 1.0.4
2005/09/09
printf("END;\n"); // End the last transaction
- return(1);
+ return 0;
}//end main()
void
/**********************************************************************
* $Log$
+ * Revision 1.88.2.9 2005/10/13 13:40:15 strk
+ * Fixed return code from shp2pgsql
+ *
* Revision 1.88.2.8 2005/09/30 08:59:21 strk
* Fixed release of stack memory occurring when shp2pgsql is compiled with USE_ICONV defined, an attribute value needs to be escaped and no -W is used
*