diff options
Diffstat (limited to 'src/directory.h')
-rw-r--r-- | src/directory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directory.h b/src/directory.h index 9dd064ef7..4e50cf1e8 100644 --- a/src/directory.h +++ b/src/directory.h @@ -35,13 +35,13 @@ #define DIRECTORY_FS_CHARSET "fs_charset: " struct directory { - char *path; struct dirvec children; struct songvec songs; struct directory *parent; ino_t inode; dev_t device; unsigned stat; /* not needed if ino_t == dev_t == 0 is impossible */ + char path[sizeof(long)]; }; static inline bool |