song: really make the song struct non-packed
Somehow I must have missed this in commit 22e40b61.
			
			
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann