projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b9e16
)
s/unsigned int/size_t/ (bug 10135)
author
Brian
<brian@yutani.localnet.net>
Thu, 1 Mar 2007 14:42:42 +0000
(07:42 -0700)
committer
Brian
<brian@yutani.localnet.net>
Thu, 1 Mar 2007 14:42:42 +0000
(07:42 -0700)
progs/tools/trace/gltrace_support.cc
patch
|
blob
|
history
diff --git
a/progs/tools/trace/gltrace_support.cc
b/progs/tools/trace/gltrace_support.cc
index a557cb32d8449f76894c6ca26a74e0435c675e0f..b188e73f29ef09d0a006d07e08e760eb1efb3ae0 100644
(file)
--- a/
progs/tools/trace/gltrace_support.cc
+++ b/
progs/tools/trace/gltrace_support.cc
@@
-35,7
+35,7
@@
namespace {
{
static char buf[4096];
int status;
-
unsigned in
t length = sizeof(buf)-1;
+
size_
t length = sizeof(buf)-1;
memset (buf, 0, sizeof(buf));