=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-queue.c,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/usr.bin/tmux/cmd-queue.c 2020/11/30 13:37:45 1.100 --- src/usr.bin/tmux/cmd-queue.c 2021/04/07 12:50:12 1.101 *************** *** 1,4 **** ! /* $OpenBSD: cmd-queue.c,v 1.100 2020/11/30 13:37:45 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-queue.c,v 1.101 2021/04/07 12:50:12 nicm Exp $ */ /* * Copyright (c) 2013 Nicholas Marriott *************** *** 276,282 **** const struct cmd_entry *entry; if (item->cmd != NULL) { ! entry = cmd_get_entry (item->cmd); format_add(ft, "command", "%s", entry->name); } if (item->state->formats != NULL) --- 276,282 ---- const struct cmd_entry *entry; if (item->cmd != NULL) { ! entry = cmd_get_entry(item->cmd); format_add(ft, "command", "%s", entry->name); } if (item->state->formats != NULL)