]> git.pld-linux.org Git - packages/bmpx.git/commitdiff
- new from achilles [at] plock [dot] com
authordzeus <dzeus@pld-linux.org>
Wed, 21 Nov 2007 19:09:55 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bmpx-sql_check.patch -> 1.1

bmpx-sql_check.patch [new file with mode: 0644]

diff --git a/bmpx-sql_check.patch b/bmpx-sql_check.patch
new file mode 100644 (file)
index 0000000..61fb3ff
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN bmpx-0.40.13.orig/src/library.cc bmpx-0.40.13/src/library.cc
+--- bmpx-0.40.13.orig/src/library.cc   2007-10-18 19:17:08.000000000 +0200
++++ bmpx-0.40.13/src/library.cc        2007-10-22 13:30:04.000000000 +0200
+@@ -1938,10 +1938,10 @@
+                                      % attrinfo[ATTRIBUTE_LOCATION].id).str());
+ #endif //HAVE_HAL
+-      try{
++      if(m_db->table_exists("track_v"))
++      {
+         m_db->exec_sql ("DROP VIEW track_v");
+-        }
+-      catch (...) {}
++      }
+       m_db->exec_sql
This page took 0.030327 seconds and 4 git commands to generate.