diff options
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index 1a7e03872..397ab597d 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -2023,7 +2023,7 @@ do_mnemonic(Widget w, unsigned int keycode) XmProcessTraversal(w, XmTRAVERSE_CURRENT); - memset((char *) &keyEvent, 0, sizeof(XKeyPressedEvent)); + vim_memset((char *) &keyEvent, 0, sizeof(XKeyPressedEvent)); keyEvent.type = KeyPress; keyEvent.serial = 1; keyEvent.send_event = True; |