projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e2e63
)
Print int with %d, not %zu.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jan 2005 01:13:48 +0000
(
01:13
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 9 Jan 2005 01:13:48 +0000
(
01:13
+0000)
src/tests/threads/list.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/list.c
b/src/tests/threads/list.c
index 8d1c57c1013bc886368da30cb2be80bba71e2369..2300bc353f170e4ec4287adbd1b597101ce22e47 100644
(file)
--- a/
src/tests/threads/list.c
+++ b/
src/tests/threads/list.c
@@
-41,7
+41,7
@@
test (void)
{
int repeat;
- printf (" %
zu
", size);
+ printf (" %
d
", size);
for (repeat = 0; repeat < 10; repeat++)
{
static struct value values[MAX_SIZE * 4];