From 46eda29d1cd5948ca1342dd4c45d3e8c4d51e205 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Oct 2008 22:15:06 +0200 Subject: song: really make the song struct non-packed Somehow I must have missed this in commit 22e40b61. --- src/song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/song.h b/src/song.h index fddd5ccfd..cb8ba188f 100644 --- a/src/song.h +++ b/src/song.h @@ -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); -- cgit v1.2.3