diff options
author | Casey Dahlin <casey.dahlin@toshibagcs.com> | 2015-04-09 19:01:35 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-04-11 06:25:59 (GMT) |
commit | 79a358346a650a40c0e0f0409b264bf3e3cb23a4 (patch) | |
tree | ab18e74c247624aa4dd2be5f5783e28dd52b4fd9 /src/FbTk/TextureRender.cc | |
parent | 88a74ff1cde22be3e894498ffd88934dc92dfef0 (diff) | |
download | fluxbox-79a358346a650a40c0e0f0409b264bf3e3cb23a4.zip fluxbox-79a358346a650a40c0e0f0409b264bf3e3cb23a4.tar.bz2 |
Don't assume ICONV_NULL = 0
We define the value ICONV_NULL = -1, but when we attempt to set the
s_iconv_convs array to all NULL values, we zero the array instead of setting
its entries to -1.
This patch properly initializes and wipes s_iconv_convs.
Diffstat (limited to 'src/FbTk/TextureRender.cc')
0 files changed, 0 insertions, 0 deletions