summaryrefslogtreecommitdiff
path: root/debian/patches/gcc-fixes.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-02 08:45:16 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-08-02 08:45:16 +0200
commit8a6f017c5ed829890d5b83a48e70c49539f9bb1a (patch)
tree556bb23f6adef66bae456dced1b25fd2c4c22226 /debian/patches/gcc-fixes.diff
parentdaf17154bf13139d9375f48525d19d6aaba08155 (diff)
Initial import of xbase64 version 3.1.2-2debian/3.1.2-2
Diffstat (limited to 'debian/patches/gcc-fixes.diff')
-rw-r--r--debian/patches/gcc-fixes.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/gcc-fixes.diff b/debian/patches/gcc-fixes.diff
new file mode 100644
index 0000000..e8a4b38
--- /dev/null
+++ b/debian/patches/gcc-fixes.diff
@@ -0,0 +1,22 @@
+Index: b/bin/dumprecs.cpp
+===================================================================
+--- a/bin/dumprecs.cpp
++++ b/bin/dumprecs.cpp
+@@ -70,7 +70,7 @@
+ return 1;
+ }
+
+- for(int i=1; i<ac; ++i){
++ for(int i=1; i<ac; ++i){{
+ char* filename = av[i];
+
+ xbDbf MyFile( &x );
+@@ -91,7 +91,7 @@
+ x.DisplayError( rc );
+ }
+ MyFile.CloseDatabase(); /* close database */
+- }
++ }}
+ return 0;
+ }
+