Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97195
b: refs/heads/master
c: 7fafd91
h: refs/heads/master
i:
  97193: 08370cf
  97191: 9da6b14
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed May 23, 2008
1 parent 81e8309 commit 04df603
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: 75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4
refs/heads/master: 7fafd91d85181e946207bed18c44addc47e36c63
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 04df603

Please sign in to comment.