View | Details | Raw Unified | Return to bug 227330
Collapse All | Expand All

(-)cut.c (+6 lines)
Lines 210-215 Link Here
210
		needpos(maxval + 1);
210
		needpos(maxval + 1);
211
	}
211
	}
212
212
213
	/* reversed range with autostart */
214
	if (maxval < autostart) {
215
		maxval = autostart;
216
		needpos(maxval + 1);
217
	}
218
213
	/* set autostart */
219
	/* set autostart */
214
	if (autostart)
220
	if (autostart)
215
		memset(positions + 1, '1', autostart);
221
		memset(positions + 1, '1', autostart);

Return to bug 227330