Build fix for 64-bit OS X

svn-id: r45920
This commit is contained in:
Oystein Eftevaag 2009-11-15 12:18:13 +00:00
parent 7a12bbd1ca
commit b25afc85a6

View File

@ -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);