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

(-)main.c (-1 / +1 lines)
Lines 324-330 Link Here
324
324
325
		/* if this is the first time through this, and an
325
		/* if this is the first time through this, and an
326
		   issue file has been given, then send it */
326
		   issue file has been given, then send it */
327
		if (first_time && IF) {
327
		if (first_time && IF && *IF) {
328
			int fd;
328
			int fd;
329
329
330
			if ((fd = open(IF, O_RDONLY)) != -1) {
330
			if ((fd = open(IF, O_RDONLY)) != -1) {

Return to bug 27258