]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUILD] change declaration of base64tab to fix build with Intel C++
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Jun 2008 15:17:38 +0000 (17:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:12:16 +0000 (11:12 +0200)
commitd8d788c8cf24b455f6495f59e6a56e7e862b7cdc
treec58e804882b5002674f7a13feda950ede7d702de
parent5d0cbc27fa59aaf77a690316fae57fbbec6f8eb0
[BUILD] change declaration of base64tab to fix build with Intel C++

I got a report that Intel C++ complains about the size of the
base64tab in base64.c. Setting it to 65 chars to allow for the
trailing zero fixes the problem.
(cherry picked from commit 69e989ccbcc1d5cbb623493d6c9cca169fb36ff6)
(cherry picked from commit 66c9f287c2c2d016eb12cb3ab12cd80b5c225f5e)
src/base64.c