Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284350 | Differences between
and this patch

Collapse All | Expand All

(-)scrotwm-0.9.14/scrotwm.c (-1 / +1 lines)
Lines 3767-3773 Link Here
3767
	ws = win->ws;
3767
	ws = win->ws;
3768
	wl = &ws->winlist;
3768
	wl = &ws->winlist;
3769
3769
3770
	for (w = TAILQ_FIRST(&ws->winlist); w != TAILQ_END(&ws->winlist); w = wn) {
3770
	for (w = TAILQ_FIRST(&ws->winlist); w != TAILQ_LAST(&ws->winlist, ws_win_list); w = wn) {
3771
		wn = TAILQ_NEXT(w, entry);
3771
		wn = TAILQ_NEXT(w, entry);
3772
		if (win == w)
3772
		if (win == w)
3773
			continue; /* can't happen but oh well */
3773
			continue; /* can't happen but oh well */

Return to bug 284350