]> git.sur5r.net Git - bacula/docs/commitdiff
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)
     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.


No differences found