=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-list-buffers.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/cmd-list-buffers.c 2009/11/13 19:53:29 1.6 --- src/usr.bin/tmux/cmd-list-buffers.c 2009/11/26 22:28:24 1.7 *************** *** 1,4 **** ! /* $OpenBSD: cmd-list-buffers.c,v 1.6 2009/11/13 19:53:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-list-buffers.c,v 1.7 2009/11/26 22:28:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 64,70 **** strvisx(tmp, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL); /* ! * If the first 50 characterswere encoded as a longer string, * or there is definitely more data, add "...". */ if (size > 50 || strlen(tmp) > 50) { --- 64,70 ---- strvisx(tmp, pb->data, len, VIS_OCTAL|VIS_TAB|VIS_NL); /* ! * If the first 50 characters were encoded as a longer string, * or there is definitely more data, add "...". */ if (size > 50 || strlen(tmp) > 50) {