Commit 46eda29d authored by Max Kellermann's avatar Max Kellermann

song: really make the song struct non-packed

Somehow I must have missed this in commit 22e40b61.
parent 81ce0680
......@@ -35,7 +35,7 @@ typedef struct _Song {
struct _Directory *parentDir;
time_t mtime;
char url[sizeof(size_t)];
} mpd_packed Song;
} Song;
Song *
song_alloc(const char *url, struct _Directory *parent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment