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