=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-rename-session.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/tmux/cmd-rename-session.c 2018/04/11 09:54:45 1.28 --- src/usr.bin/tmux/cmd-rename-session.c 2020/04/13 08:26:27 1.29 *************** *** 1,4 **** ! /* $OpenBSD: cmd-rename-session.c,v 1.28 2018/04/11 09:54:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-rename-session.c,v 1.29 2020/04/13 08:26:27 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 46,52 **** static enum cmd_retval cmd_rename_session_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = self->args; struct client *c = cmd_find_client(item, NULL, 1); struct session *s = item->target.s; char *newname; --- 46,52 ---- static enum cmd_retval cmd_rename_session_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = cmd_get_args(self); struct client *c = cmd_find_client(item, NULL, 1); struct session *s = item->target.s; char *newname;