From b25afc85a69573ee81cebce788f839cba9c792f7 Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sun, 15 Nov 2009 12:18:13 +0000 Subject: Build fix for 64-bit OS X svn-id: r45920 --- gui/browser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/browser.cpp b/gui/browser.cpp index f4719f4850..3aa07d5548 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -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); -- cgit v1.2.3