=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-show-messages.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/tmux/cmd-show-messages.c 2018/08/23 15:45:05 1.28 --- src/usr.bin/tmux/cmd-show-messages.c 2020/04/13 08:26:27 1.29 *************** *** 1,4 **** ! /* $OpenBSD: cmd-show-messages.c,v 1.28 2018/08/23 15:45:05 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-show-messages.c,v 1.29 2020/04/13 08:26:27 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 69,75 **** static enum cmd_retval cmd_show_messages_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = self->args; struct client *c; struct message_entry *msg; char *tim; --- 69,75 ---- static enum cmd_retval cmd_show_messages_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = cmd_get_args(self); struct client *c; struct message_entry *msg; char *tim;