summaryrefslogtreecommitdiff
path: root/src/haiku_support.cc
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-05-07 06:19:53 +0000
committerPo Lu <luangruo@yahoo.com>2022-05-07 06:19:53 +0000
commit293a97d61e1977440f96b7fc91f281a06250ea72 (patch)
treef41fc4c66eecbd599d855e06b30e7e958b896045 /src/haiku_support.cc
parenta775528d17ce4cb070c36af1023a2dfecad24569 (diff)
downloademacs-293a97d61e1977440f96b7fc91f281a06250ea72.tar.gz
Fix 32-bit Haiku build
* src/haiku_support.cc (MessageReceived): Fix type of `old_what'.
Diffstat (limited to 'src/haiku_support.cc')
-rw-r--r--src/haiku_support.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haiku_support.cc b/src/haiku_support.cc
index 105da3969ff..5dfb25d6dd7 100644
--- a/src/haiku_support.cc
+++ b/src/haiku_support.cc
@@ -2989,7 +2989,7 @@ class EmacsFilePanelCallbackLooper : public BLooper
BEntry entry;
BPath path;
entry_ref ref;
- int old_what;
+ int32 old_what;
if (msg->what == FILE_PANEL_SELECTION
|| ((msg->FindInt32 ("old_what", &old_what) == B_OK