You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/spatialite/files/spatialite-4.1.1-validator....

12 lines
435 B

--- src/shapefiles/validator.c 2013-06-29 08:53:15.000000000 +0200
+++ src/shapefiles/validatornew.c 2016-02-29 18:38:11.879981893 +0100
@@ -3510,7 +3510,7 @@
/* silencing stupid compiler warnings */
if (sqlite == NULL || table == NULL || geom == NULL ||
- ||report_path == NULL || n_rows == NULL || n_invalids == NULL)
+ report_path == NULL || n_rows == NULL || n_invalids == NULL)
table = NULL;
if (err_msg == NULL)