Fix 32-bit Haiku build

* src/haiku_support.cc (MessageReceived): Fix type of
`old_what'.
This commit is contained in:
Po Lu 2022-05-07 06:19:53 +00:00
parent a775528d17
commit 293a97d61e

View file

@ -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