From: Po Lu Date: Sat, 7 May 2022 06:19:53 +0000 (+0000) Subject: Fix 32-bit Haiku build X-Git-Tag: emacs-29.0.90~1931^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=293a97d61e1977440f96b7fc91f281a06250ea72;p=emacs.git Fix 32-bit Haiku build * src/haiku_support.cc (MessageReceived): Fix type of `old_what'. --- 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