Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99357
b: refs/heads/master
c: 535694f
h: refs/heads/master
i:
  99355: 2f78597
v: v3
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 18ed9fd commit 823fd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eef8f871d84b5df1a24902a4e4700188be1aff2c
refs/heads/master: 535694f361419ca195fd915dd5038c926334e1be
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static char *number(char *str, long num, int base, int size, int precision,
if (type & LEFT)
type &= ~ZEROPAD;
if (base < 2 || base > 36)
return 0;
return NULL;
c = (type & ZEROPAD) ? '0' : ' ';
sign = 0;
if (type & SIGN) {
Expand Down

0 comments on commit 823fd8b

Please sign in to comment.