Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164775
b: refs/heads/master
c: c5df591
h: refs/heads/master
i:
  164773: eff3f97
  164771: 3aeb84a
  164767: ba74105
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Sep 23, 2009
1 parent 022e9f5 commit b12ab8e
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: a7e3108cca54c105f496919040f00df56767ec00
refs/heads/master: c5df59136a55fe08c21d39321679cbb008479edf
2 changes: 1 addition & 1 deletion trunk/fs/ncpfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ ncp_date_unix2dos(int unix_date, __le16 *time, __le16 *date)
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 b12ab8e

Please sign in to comment.