Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164665
b: refs/heads/master
c: ca976c5
h: refs/heads/master
i:
  164663: d937066
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 23, 2009
1 parent 4ce1a21 commit b1365c5
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: fa081b00a80ef3f4575c99af6e97d29e1628cf51
refs/heads/master: ca976c53de0c33160083d36f70bd18d7970f6969
2 changes: 1 addition & 1 deletion trunk/fs/smbfs/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ date_unix2dos(struct smb_sb_info *server,
month = 2;
} else {
nl_day = (year & 3) || day <= 59 ? day : day - 1;
for (month = 0; month < 12; month++)
for (month = 1; month < 12; month++)
if (day_n[month] > nl_day)
break;
}
Expand Down

0 comments on commit b1365c5

Please sign in to comment.