mirror of
https://github.com/tmux/tmux.git
synced 2024-11-07 11:48:50 +00:00
Sync OpenBSD patchset 805:
Fix another stray addition that was too early. Oops.
This commit is contained in:
parent
c05a47ad0d
commit
9f3399da00
@ -1,4 +1,4 @@
|
||||
/* $Id: session.c,v 1.81 2010-12-22 15:32:40 tcunha Exp $ */
|
||||
/* $Id: session.c,v 1.82 2010-12-22 15:33:14 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -189,7 +189,6 @@ session_next_session(struct session *s)
|
||||
if (ARRAY_LENGTH(&sessions) == 0 || session_index(s, &i) != 0)
|
||||
return (NULL);
|
||||
|
||||
i = 0;
|
||||
do {
|
||||
if (i == ARRAY_LENGTH(&sessions) - 1)
|
||||
i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user