$OpenBSD: patch-src_itdb_itunesdb_c,v 1.1 2006/02/06 17:27:29 jolan Exp $
--- src/itdb_itunesdb.c.orig	Sun Dec 11 01:41:42 2005
+++ src/itdb_itunesdb.c	Mon Feb  6 10:21:51 2006
@@ -701,7 +701,7 @@ static gboolean itunesstats_read (FImpor
 	struct playcount *playcount = g_new0 (struct playcount, 1);
 	guint32 entry_length = get24lint (cts, seek+0);
 	CHECK_ERROR (fimp, FALSE);
-	if (entry_length < 0x18)
+	if (entry_length < 18)
 	{
 	    g_set_error (&fimp->error,
 			 ITDB_FILE_ERROR,
