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-5.0.3~1651 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b67be878604c03dc9067874cf77c8695e2b806ed;p=bacula%2Frescue 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. ---