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

(-)csplit.c (-1 / +3 lines)
Lines 399-406 Link Here
399
		first = 0;
399
		first = 0;
400
	}
400
	}
401
401
402
	if (p == NULL)
402
	if (p == NULL) {
403
		toomuch(NULL, 0);
403
		errx(1, "%s: no match", re);
404
		errx(1, "%s: no match", re);
405
	}
404
406
405
	if (ofs <= 0) {
407
	if (ofs <= 0) {
406
		/*
408
		/*

Return to bug 219024