s/unsigned int/size_t/ (bug 10135)
authorBrian <brian@yutani.localnet.net>
Thu, 1 Mar 2007 14:42:42 +0000 (07:42 -0700)
committerBrian <brian@yutani.localnet.net>
Thu, 1 Mar 2007 14:42:42 +0000 (07:42 -0700)
progs/tools/trace/gltrace_support.cc

index a557cb3..b188e73 100644 (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));