=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/paste.c,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/tmux/paste.c 2015/09/14 13:22:02 1.31 --- src/usr.bin/tmux/paste.c 2015/10/27 15:58:42 1.32 *************** *** 1,4 **** ! /* $OpenBSD: paste.c,v 1.31 2015/09/14 13:22:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: paste.c,v 1.32 2015/10/27 15:58:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 151,157 **** if (size == 0) return; ! limit = options_get_number(&global_options, "buffer-limit"); RB_FOREACH_REVERSE_SAFE(pb, paste_time_tree, &paste_by_time, pb1) { if (paste_num_automatic < limit) break; --- 151,157 ---- if (size == 0) return; ! limit = options_get_number(global_options, "buffer-limit"); RB_FOREACH_REVERSE_SAFE(pb, paste_time_tree, &paste_by_time, pb1) { if (paste_num_automatic < limit) break;