mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Fix 32-bit Haiku build
* src/haiku_support.cc (MessageReceived): Fix type of `old_what'.
This commit is contained in:
parent
a775528d17
commit
293a97d61e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue