ntfs: Directory position must be signed

This commit is contained in:
Gerasim Troeglazov
2013-12-04 12:45:29 +00:00
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;