Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108259
b: refs/heads/master
c: 29a6d39
h: refs/heads/master
i:
  108257: cd1dc74
  108255: c70bb1d
v: v3
  • Loading branch information
Yi Yang authored and Linus Torvalds committed Aug 12, 2008
1 parent df37f24 commit 55670ce
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: afa9b649aa699297258dbb67aaae651c9ad4245f
refs/heads/master: 29a6d39bf3a890ad1d29e66baa9f4bc8d9334f3a
2 changes: 1 addition & 1 deletion trunk/lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int strict_strtou##type(const char *cp, unsigned int base, valtype *res)\
if (len == 0) \
return -EINVAL; \
\
val = simple_strtoul(cp, &tail, base); \
val = simple_strtou##type(cp, &tail, base); \
if ((*tail == '\0') || \
((len == (size_t)(tail - cp) + 1) && (*tail == '\n'))) {\
*res = val; \
Expand Down

0 comments on commit 55670ce

Please sign in to comment.