Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140504
b: refs/heads/master
c: adf26f8
h: refs/heads/master
v: v3
  • Loading branch information
Vegard Nossum authored and Ingo Molnar committed Mar 14, 2009
1 parent 3463168 commit 65cb0e8
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: 39e874f8afbdb3745e2406ce4ecbde9ac4cbaa78
refs/heads/master: adf26f84a62b492e002d3b75af671f23ddd3be0a
2 changes: 1 addition & 1 deletion trunk/lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ static int format_decode(const char *fmt, struct printf_spec *spec)
spec->precision = 0;
} else if (*fmt == '*') {
/* it's the next argument */
spec->type = FORMAT_TYPE_WITDH;
spec->type = FORMAT_TYPE_PRECISION;
return ++fmt - start;
}
}
Expand Down

0 comments on commit 65cb0e8

Please sign in to comment.