Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181244
b: refs/heads/master
c: 4a02462
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Jan 18, 2010
1 parent fd1c9aa commit efc5f74
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: 8fe79162a6807bf120140d64e96da54fc273b88b
refs/heads/master: 4a02462af1f4c3498e6a330ffd5c063118309b31
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/u14-34f.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int option_setup(char *str) {
char *cur = str;
int i = 1;

while (cur && isdigit(*cur) && i <= MAX_INT_PARAM) {
while (cur && isdigit(*cur) && i < MAX_INT_PARAM) {
ints[i++] = simple_strtoul(cur, NULL, 0);

if ((cur = strchr(cur, ',')) != NULL) cur++;
Expand Down

0 comments on commit efc5f74

Please sign in to comment.