Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1046
b: refs/heads/master
c: f59154c
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 5, 2005
1 parent f64c55f commit 15b3302
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: 252795264df50a6c9eee604d29989854d5558139
refs/heads/master: f59154c53fac0bfee52393247beadf0474770351
2 changes: 1 addition & 1 deletion trunk/fs/udf/udftime.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ udf_stamp_to_time(time_t *dest, long *dest_usec, kernel_timestamp src)
offset = 0;

if ((src.year < EPOCH_YEAR) ||
(src.year > EPOCH_YEAR+MAX_YEAR_SECONDS))
(src.year >= EPOCH_YEAR+MAX_YEAR_SECONDS))
{
*dest = -1;
*dest_usec = -1;
Expand Down

0 comments on commit 15b3302

Please sign in to comment.