From 7e251ead609170f2fde48d2805983d5aee0c45c5 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 19 Feb 2011 03:58:03 +0000 Subject: -NSInteger is 64-bit on x86_64 so use long instead (cannot test for now, use previous revisions if broken). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63552 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxPlugin.m') diff --git a/macosx/PcsxPlugin.m b/macosx/PcsxPlugin.m index 20e3a8e7..87cfbe6f 100644 --- a/macosx/PcsxPlugin.m +++ b/macosx/PcsxPlugin.m @@ -274,7 +274,7 @@ return path; } -- (unsigned int)hash +- (unsigned long)hash { return [path hash]; } -- cgit v1.2.3