diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-22 15:00:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-22 18:17:20 +0200 |
commit | d6ec84207d14aea77d5773b1db6278ce9f72702e (patch) | |
tree | ee2000f245c313143155d9349de6977a7861b8cc /package/dosfstools/patches/patch-src_io_c | |
parent | dcb585a900e04b71974fa82bf2170eb3f810b9b5 (diff) |
fix filesystem check with devices bigger than 2 GB
Diffstat (limited to 'package/dosfstools/patches/patch-src_io_c')
-rw-r--r-- | package/dosfstools/patches/patch-src_io_c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dosfstools/patches/patch-src_io_c b/package/dosfstools/patches/patch-src_io_c index f8cd34142..f95e07fc0 100644 --- a/package/dosfstools/patches/patch-src_io_c +++ b/package/dosfstools/patches/patch-src_io_c @@ -1,5 +1,5 @@ --- dosfstools-3.0.26.orig/src/io.c 2014-01-17 07:07:14.000000000 +0100 -+++ dosfstools-3.0.26/src/io.c 2014-05-05 13:34:45.000000000 +0200 ++++ dosfstools-3.0.26/src/io.c 2014-05-17 08:59:02.559708625 +0200 @@ -48,7 +48,7 @@ typedef struct _change { @@ -39,7 +39,7 @@ { CHANGE *walk; int got; -@@ -145,7 +145,7 @@ void fs_read(loff_t pos, int size, void +@@ -145,7 +145,7 @@ void fs_read(loff_t pos, int size, void } } |