s/unsigned int/size_t/ (bug 10135)
This commit is contained in:
@@ -35,7 +35,7 @@ namespace {
|
|||||||
{
|
{
|
||||||
static char buf[4096];
|
static char buf[4096];
|
||||||
int status;
|
int status;
|
||||||
unsigned int length = sizeof(buf)-1;
|
size_t length = sizeof(buf)-1;
|
||||||
|
|
||||||
memset (buf, 0, sizeof(buf));
|
memset (buf, 0, sizeof(buf));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user