diff options
| author | Amy Winston <amynka@gentoo.org> | 2016-02-29 19:23:25 +0100 |
|---|---|---|
| committer | Amy Winston <amynka@gentoo.org> | 2016-02-29 19:24:17 +0100 |
| commit | 892a8848e5718e75f5d2c8ee3916421de173f023 (patch) | |
| tree | 4d43d92dfdf0f86299f8726c900ce84c5b09e62e /dev-db/spatialite/files | |
| parent | 1b6b6de34f19dceb3a64c66cd5d2bbb4ada29355 (diff) | |
| download | gentoo-892a8848e5718e75f5d2c8ee3916421de173f023.tar.gz gentoo-892a8848e5718e75f5d2c8ee3916421de173f023.tar.bz2 gentoo-892a8848e5718e75f5d2c8ee3916421de173f023.zip | |
dev-db/spatialite: validator patch added bug #571806
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/spatialite/files')
| -rw-r--r-- | dev-db/spatialite/files/spatialite-4.1.1-validator.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/spatialite/files/spatialite-4.1.1-validator.patch b/dev-db/spatialite/files/spatialite-4.1.1-validator.patch new file mode 100644 index 000000000000..55b20689593d --- /dev/null +++ b/dev-db/spatialite/files/spatialite-4.1.1-validator.patch @@ -0,0 +1,11 @@ +--- 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) |
