From: Kern Sibbald Date: Thu, 3 Jul 2008 10:31:20 +0000 (+0000) Subject: kes Fix python compiler string warning. Note, IMO the GNU C++ X-Git-Tag: Release-3.0.0~1195 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6a291ff19d490736c2e8fc75ded0495d8f6ba9a;p=bacula%2Fdocs 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. ---