[spatialite-tools] 05/14: Refresh 07-succesfully-typo.patch.
Bas Couwenberg
sebastic at xs4all.nl
Mon Aug 4 01:35:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch experimental
in repository spatialite-tools.
commit 52cb2ca34192a7ac10e5ee632f32b57439036faf
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Aug 4 00:52:12 2014 +0200
Refresh 07-succesfully-typo.patch.
---
debian/patches/07-succesfully-typo.patch | 33 +++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/debian/patches/07-succesfully-typo.patch b/debian/patches/07-succesfully-typo.patch
index 34b4a11..b92f216 100644
--- a/debian/patches/07-succesfully-typo.patch
+++ b/debian/patches/07-succesfully-typo.patch
@@ -3,7 +3,7 @@ Author: Bas Couwenberg <sebastic at xs4all.nl>
Last-Update: 2013-09-30
--- a/shell.c
+++ b/shell.c
-@@ -2670,7 +2670,7 @@ static int do_meta_command(char *zLine,
+@@ -2718,7 +2718,7 @@ static int do_meta_command(char *zLine,
}
else
fprintf (stderr, "Unable to parse: %s\n", dxf_path);
@@ -12,6 +12,15 @@ Last-Update: 2013-09-30
stop_dxf:
/* destroying the DXF parser */
gaiaDestroyDxfParser (dxf);
+@@ -2843,7 +2843,7 @@ stop_dxf:
+ {
+ int cnt1 = sqlite3_total_changes(p->db);
+ if (cnt1 > cnt0)
+- fprintf(stderr, "SpatialTable %s succesfully removed\n", azArg[1]);
++ fprintf(stderr, "SpatialTable %s successfully removed\n", azArg[1]);
+ else
+ fprintf(stderr, "SpatialTable %s seems not to exist\n", azArg[1]);
+ }
--- a/spatialite_dxf.c
+++ b/spatialite_dxf.c
@@ -528,7 +528,7 @@ main (int argc, char *argv[])
@@ -23,3 +32,25 @@ Last-Update: 2013-09-30
}
/* memory cleanup */
+--- a/spatialite_xml_collapse.c
++++ b/spatialite_xml_collapse.c
+@@ -2400,7 +2400,7 @@ main (int argc, char *argv[])
+ ret = sqlite3_backup_finish (backup);
+ sqlite3_close (handle);
+ handle = disk_db_handle;
+- printf ("\tIN_MEMORY database succesfully exported\n");
++ printf ("\tIN_MEMORY database successfully exported\n");
+ }
+ sqlite3_close (handle);
+ spatialite_cleanup_ex (cache);
+--- a/spatialite_xml_load.c
++++ b/spatialite_xml_load.c
+@@ -2828,7 +2828,7 @@ main (int argc, char *argv[])
+ ret = sqlite3_backup_finish (backup);
+ sqlite3_close (handle);
+ handle = disk_db_handle;
+- printf ("\tIN_MEMORY database succesfully exported\n");
++ printf ("\tIN_MEMORY database successfully exported\n");
+ }
+
+ sqlite3_close (handle);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git
More information about the Pkg-grass-devel
mailing list