=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-display-message.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/tmux/cmd-display-message.c 2011/03/29 19:30:16 1.9 --- src/usr.bin/tmux/cmd-display-message.c 2011/04/06 11:36:26 1.10 *************** *** 1,4 **** ! /* $OpenBSD: cmd-display-message.c,v 1.9 2011/03/29 19:30:16 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-display-message.c,v 1.10 2011/04/06 11:36:26 miod Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 52,58 **** if ((c = cmd_find_client(ctx, args_get(args, 'c'))) == NULL) return (-1); ! if (args_has(args, 't') != NULL) { wl = cmd_find_pane(ctx, args_get(args, 't'), &s, &wp); if (wl == NULL) return (-1); --- 52,58 ---- if ((c = cmd_find_client(ctx, args_get(args, 'c'))) == NULL) return (-1); ! if (args_has(args, 't') != 0) { wl = cmd_find_pane(ctx, args_get(args, 't'), &s, &wp); if (wl == NULL) return (-1);