mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
Build fix for 64-bit OS X
svn-id: r45920
This commit is contained in:
parent
7a12bbd1ca
commit
b25afc85a6
@ -98,7 +98,7 @@ int BrowserDialog::runModal() {
|
||||
assert(err == noErr);
|
||||
|
||||
if (reply.validRecord && err == noErr) {
|
||||
SInt32 theCount;
|
||||
long theCount;
|
||||
AECountItems(&reply.selection, &theCount);
|
||||
assert(theCount == 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user