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

Collapse All | Expand All

(-)mup-5.2-orig/mup/abshorz.c (+2 lines)
Lines 256-261 Link Here
256
			/* while doing this, remember the last chhead */
256
			/* while doing this, remember the last chhead */
257
			if (mainll_p->str == S_CHHEAD)
257
			if (mainll_p->str == S_CHHEAD)
258
				chhead_p = mainll_p->u.chhead_p;
258
				chhead_p = mainll_p->u.chhead_p;
259
			if (mainll_p->str == S_SSV)
260
				asgnssv(mainll_p->u.ssv_p);
259
			mainll_p = mainll_p->next;
261
			mainll_p = mainll_p->next;
260
		}
262
		}
261
		if (mainll_p == 0) {
263
		if (mainll_p == 0) {

Return to bug 121794