From 293a97d61e1977440f96b7fc91f281a06250ea72 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 7 May 2022 06:19:53 +0000 Subject: [PATCH] Fix 32-bit Haiku build * src/haiku_support.cc (MessageReceived): Fix type of `old_what'. --- src/haiku_support.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2