]> git.sur5r.net Git - bacula/docs/commit
kes Fix python compiler string warning. Note, IMO the GNU C++
authorKern Sibbald <kern@sibbald.com>
Thu, 3 Jul 2008 10:31:20 +0000 (10:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 3 Jul 2008 10:31:20 +0000 (10:31 +0000)
commitd6a291ff19d490736c2e8fc75ded0495d8f6ba9a
treea56fc3b62958231c91af02b9144c5b6d11504eaa
parentc0d0e13ab46923e7bdaa70a15e64ddf7bc5cfdca
kes  Fix python compiler string warning. Note, IMO the GNU C++
     compiler guys have made a *very* bad change to their compiler.
     They now force all strings to be 'const' unless you explicitly
     cast them, which is extremely ugly and ruins nice code as well
     as creates a lot of useless work.