=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-list-clients.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/tmux/cmd-list-clients.c 2017/05/01 12:20:55 1.34 --- src/usr.bin/tmux/cmd-list-clients.c 2020/04/13 08:26:27 1.35 *************** *** 1,4 **** ! /* $OpenBSD: cmd-list-clients.c,v 1.34 2017/05/01 12:20:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-list-clients.c,v 1.35 2020/04/13 08:26:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 51,57 **** static enum cmd_retval cmd_list_clients_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = self->args; struct client *c; struct session *s; struct format_tree *ft; --- 51,57 ---- static enum cmd_retval cmd_list_clients_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = cmd_get_args(self); struct client *c; struct session *s; struct format_tree *ft;