projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869896f
)
progs/rbug: Silence printf format warning.
author
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 07:22:51 +0000
(23:22 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 18 Feb 2010 07:22:51 +0000
(23:22 -0800)
progs/rbug/shdr_info.c
patch
|
blob
|
history
diff --git
a/progs/rbug/shdr_info.c
b/progs/rbug/shdr_info.c
index b6864e988e56dcb50d3851f6a7bcfa06cf224cd6..ec8d77675efe62b7be733f0d299481a68d4471d9 100644
(file)
--- a/
progs/rbug/shdr_info.c
+++ b/
progs/rbug/shdr_info.c
@@
-51,7
+51,7
@@
static void shader_info(struct rbug_connection *con, rbug_context_t ctx)
assert(header->opcode == RBUG_OP_SHADER_INFO_REPLY);
info = (struct rbug_proto_shader_info_reply *)header;
- debug_printf("%
15llu |% 15llu |%
15u |\n",
+ debug_printf("%
15llu | %15llu | %
15u |\n",
(unsigned long long)ctx,
(unsigned long long)list->shaders[i],
(unsigned)info->disabled);