summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-08-30 16:12:53 -0600
committerBrian Paul <brianp@vmware.com>2012-08-31 08:05:38 -0600
commit43ed822a50db6b980041ddf91c16c7f8fccc4092 (patch)
treece97cf56998dbeaacb374f248d09b2cf9cd32d2a /Makefile.am
parentc5f9cf8232952388db23ece3c712e6111328a69e (diff)
downloadexternal_mesa3d-43ed822a50db6b980041ddf91c16c7f8fccc4092.zip
external_mesa3d-43ed822a50db6b980041ddf91c16c7f8fccc4092.tar.gz
external_mesa3d-43ed822a50db6b980041ddf91c16c7f8fccc4092.tar.bz2
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 'Makefile.am')
0 files changed, 0 insertions, 0 deletions