Remove erroneous CONST_CAST
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 3 Oct 2010 10:45:06 +0000 (12:45 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 3 Oct 2010 10:45:06 +0000 (12:45 +0200)
commita12db30484865673b5e171f24170fcd51be26fef
tree3e2e9dac1e595c3dd537815338eb5de498a08ad1
parent16e66034f4a0f17394ae2ab73d5976d9386a02cf
Remove erroneous CONST_CAST

Commit 97f9b8ad137e333af9b3c767556d28dfda93a461 attempted to use CONST_CAST to
avoid a compiler warning about constness.  However it applies at the wrong
level of deference.  This change undoes that particular problem and reverts
to the original cast.
src/data/dictionary.c