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

(-)common/exf.c (-1 / +1 lines)
Lines 546-552 Link Here
546
	 */
546
	 */
547
	nb = 0;
547
	nb = 0;
548
	gp = sp->gp;
548
	gp = sp->gp;
549
	if (gp->c_option != NULL && !F_ISSET(sp->frp, FR_NEWFILE)) {
549
	if (gp->c_option != NULL) {
550
		if (db_last(sp, &sp->lno))
550
		if (db_last(sp, &sp->lno))
551
			return;
551
			return;
552
		if (sp->lno == 0) {
552
		if (sp->lno == 0) {

Return to bug 31420