diff options
Diffstat (limited to '')
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index e2e74928b..c20bae270 100644 --- a/src/song.h +++ b/src/song.h @@ -40,7 +40,7 @@ typedef struct _Song { struct tag *tag; struct _Directory *parentDir; time_t mtime; - char url[1]; + char url[sizeof(size_t)]; } mpd_packed Song; Song * |