Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166668
b: refs/heads/master
c: 8fccae2
h: refs/heads/master
v: v3
  • Loading branch information
Andy Spencer authored and Linus Torvalds committed Oct 1, 2009
1 parent c41fab1 commit db27eaa
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: d41a4b515e346b3afdb5147d86927fa5835fc13b
refs/heads/master: 8fccae2c95506270f74ee8429c273b0924e89c83
2 changes: 1 addition & 1 deletion trunk/lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ int vsscanf(const char * buf, const char * fmt, va_list args)
* advance both strings to next white space
*/
if (*fmt == '*') {
while (!isspace(*fmt) && *fmt)
while (!isspace(*fmt) && *fmt != '%' && *fmt)
fmt++;
while (!isspace(*str) && *str)
str++;
Expand Down

0 comments on commit db27eaa

Please sign in to comment.