From 7c6cda7470f7980983d5d089a174a51fa5920168 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Wed, 2 Jun 2010 01:21:50 +0000 Subject: use %x instead of %lx. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50501 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/MemcardDlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/MemcardDlg.c b/gui/MemcardDlg.c index 79186365..31ec6922 100644 --- a/gui/MemcardDlg.c +++ b/gui/MemcardDlg.c @@ -32,7 +32,7 @@ #define MAX_MEMCARD_BLOCKS 15 static gboolean quit; -static int currentIcon; +static unsigned int currentIcon; McdBlock Blocks[2][MAX_MEMCARD_BLOCKS]; // Assuming 2 cards, 15 blocks? int IconC[2][MAX_MEMCARD_BLOCKS]; -- cgit v1.2.3