aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/browser.cpp2
1 files changed, 1 insertions, 1 deletions
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);