Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86216
b: refs/heads/master
c: 4f9d5f4
h: refs/heads/master
v: v3
  • Loading branch information
Hoang-Nam Nguyen authored and Linus Torvalds committed Feb 24, 2008
1 parent 1ac3a4f commit c2076ee
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: 8ca3ed87db062201e1fa15b64a9214e193fc3a8a
refs/heads/master: 4f9d5f4a353440f2265781bfa641587964901861
2 changes: 1 addition & 1 deletion trunk/lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ int strict_strto##type(const char *cp, unsigned int base, valtype *res) \
int ret; \
if (*cp == '-') { \
ret = strict_strtou##type(cp+1, base, res); \
if (ret != 0) \
if (!ret) \
*res = -(*res); \
} else \
ret = strict_strtou##type(cp, base, res); \
Expand Down

0 comments on commit c2076ee

Please sign in to comment.