]> git.sur5r.net Git - bacula/rescue/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)
commitb67be878604c03dc9067874cf77c8695e2b806ed
treed3ef711f786c27779938a895cd80255699082d69
parentcdca7b3588bd9fcbd0fb909cf59b5f7821d3110e
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.