diff options
author | Brian Paul <[email protected]> | 2012-08-30 16:12:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-08-31 08:05:38 -0600 |
commit | 43ed822a50db6b980041ddf91c16c7f8fccc4092 (patch) | |
tree | ce97cf56998dbeaacb374f248d09b2cf9cd32d2a /scons | |
parent | c5f9cf8232952388db23ece3c712e6111328a69e (diff) |
st/mesa: s/CALLOC/calloc/ to fix allocation bug
The CALLOC() macro only takes one argument so this was being treated
as a comma expression. Simply use calloc() instead.
A follow-on patch will replace all CALLOC() calls with calloc().
NOTE: This is a candidate for the 8.0 and 9.0 branches.
Diffstat (limited to 'scons')
0 files changed, 0 insertions, 0 deletions