test: fix compiler warning in aiffparse test on 32-bit x86

This commit is contained in:
Tim-Philipp Müller 2013-08-20 00:26:06 +01:00 committed by Tim-Philipp Müller
parent 2e5b1d1cac
commit 1648c0ba6a

View file

@ -35,7 +35,7 @@ static GMainLoop *loop = NULL;
static gboolean have_eos = FALSE;
static gboolean have_tags = FALSE;
static gchar *data = NULL;
static guint64 data_size = 0;
static gsize data_size = 0;
static guint64 data_read = 0;
static guint64 data_offset = 0;