http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a3e80
)
Add missing format qualifier
author
Michael Brown
<mcb30@etherboot.org>
Thu, 6 Dec 2007 21:38:23 +0000
(21:38 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 6 Dec 2007 21:38:23 +0000
(21:38 +0000)
src/core/debug.c
patch
|
blob
|
history
diff --git
a/src/core/debug.c
b/src/core/debug.c
index
d72b3df
..
0983042
100644
(file)
--- a/
src/core/debug.c
+++ b/
src/core/debug.c
@@
-116,7
+116,7
@@
int check_region ( void *region, size_t len ) {
}
if ( in_corruption != 0 ) {
- printf ( "to offset %#x (end of region)\n", len-1 );
+ printf ( "to offset %#
z
x (end of region)\n", len-1 );
}
return corrupted;
}