=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-respawn-window.c,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/tmux/cmd-respawn-window.c 2020/03/31 17:14:40 1.41 --- src/usr.bin/tmux/cmd-respawn-window.c 2020/04/13 08:26:27 1.42 *************** *** 1,4 **** ! /* $OpenBSD: cmd-respawn-window.c,v 1.41 2020/03/31 17:14:40 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-respawn-window.c,v 1.42 2020/04/13 08:26:27 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 47,53 **** static enum cmd_retval cmd_respawn_window_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = self->args; struct spawn_context sc; struct session *s = item->target.s; struct winlink *wl = item->target.wl; --- 47,53 ---- static enum cmd_retval cmd_respawn_window_exec(struct cmd *self, struct cmdq_item *item) { ! struct args *args = cmd_get_args(self); struct spawn_context sc; struct session *s = item->target.s; struct winlink *wl = item->target.wl;