ntfs: Directory position must be signed
This commit is contained in:
@@ -31,7 +31,7 @@ typedef struct cache_entry {
|
|||||||
|
|
||||||
|
|
||||||
typedef struct dircookie {
|
typedef struct dircookie {
|
||||||
u64 pos;
|
s64 pos;
|
||||||
dev_t dev_id;
|
dev_t dev_id;
|
||||||
BOOL show_sys_files;
|
BOOL show_sys_files;
|
||||||
cache_entry *cache_root;
|
cache_entry *cache_root;
|
||||||
|
|||||||
Reference in New Issue
Block a user