From b0dd57ac8f35755b5d367365d1a80d3a5b9527e8 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 58506280b..46cf8f5cb 100644 --- a/src/song.h +++ b/src/song.h @@ -38,7 +38,7 @@ typedef struct _Song { struct _Directory *parentDir; time_t mtime; char url[sizeof(size_t)]; -} mpd_packed Song; +} Song; Song *newSong(const char *url, struct _Directory *parentDir); -- cgit v1.2.3