From 70eb9335bdf56141e697e3d8451ae34db1d8a9f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Jan 2014 22:34:09 +0100 Subject: tag/TagPool: use gcc_packed instead of mpd_packed By accident, this declared a global variable instead of adding the "packed" attribute. --- src/tag/TagPool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tag/TagPool.cxx b/src/tag/TagPool.cxx index 8e1e670c9..5f7a041cd 100644 --- a/src/tag/TagPool.cxx +++ b/src/tag/TagPool.cxx @@ -35,7 +35,7 @@ struct slot { struct slot *next; unsigned char ref; TagItem item; -} mpd_packed; +} gcc_packed; static struct slot *slots[NUM_SLOTS]; -- cgit v1.2.3