=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-command-prompt.c,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/tmux/cmd-command-prompt.c 2021/08/23 12:33:55 1.60 --- src/usr.bin/tmux/cmd-command-prompt.c 2021/08/25 06:36:05 1.61 *************** *** 1,4 **** ! /* $OpenBSD: cmd-command-prompt.c,v 1.60 2021/08/23 12:33:55 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-command-prompt.c,v 1.61 2021/08/25 06:36:05 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 77,83 **** const char *type, *s, *input; struct cmd_command_prompt_cdata *cdata; char *tmp, *prompts, *prompt, *next_prompt; ! char *inputs, *next_input; u_int count = args_count(args); int wait = !args_has(args, 'b'), space = 1; --- 77,83 ---- const char *type, *s, *input; struct cmd_command_prompt_cdata *cdata; char *tmp, *prompts, *prompt, *next_prompt; ! char *inputs = NULL, *next_input; u_int count = args_count(args); int wait = !args_has(args, 'b'), space = 1;