s/unsigned int/size_t/ (bug 10135)

This commit is contained in:
Brian
2007-03-01 07:42:42 -07:00
parent 03b9e16507
commit 887d3c67cb

View File

@@ -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));