mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 16:38:09 +02:00
s/unsigned int/size_t/ (bug 10135)
This commit is contained in:
parent
03b9e16507
commit
887d3c67cb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace {
|
|||
{
|
||||
static char buf[4096];
|
||||
int status;
|
||||
unsigned int length = sizeof(buf)-1;
|
||||
size_t length = sizeof(buf)-1;
|
||||
|
||||
memset (buf, 0, sizeof(buf));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue