]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
authorKern Sibbald <kern@sibbald.com>
Wed, 25 Jul 2007 21:13:54 +0000 (21:13 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 25 Jul 2007 21:13:54 +0000 (21:13 +0000)
     building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
     2.6 as well).

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5240 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_cmds.c
bacula/technotes-2.1

index aaea3295d879479227114876a41a4e8485c94c13..1d5fca0097382c6089c63ed2f6f43cfd9ba32f92 100644 (file)
@@ -493,4 +493,4 @@ const char *uar_jobid_fileindex_from_dir =
  
 /* Query to get list of files from table -- presuably built by an external program */
 const char *uar_jobid_fileindex_from_table = 
-   "SELECT JobId, FileIndex from %s";
+   "SELECT JobId,FileIndex from %s";
index d59230be6eb13e0e20cb6e2d6a28905d205ffb71..7fbdc0802fab1c891de28a093977aebb3991a471 100644 (file)
@@ -1,6 +1,10 @@
               Technical notes on version 2.1
 
 General:
+25Jul07
+kes  Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
+     building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
+     2.6 as well).
 24Jul07 
 kes  Implement PopUp YES/NO dialog for bat.
 23Jul07