View | Details | Raw Unified
Collapse All | Expand All

(-) io.c.old (-1 / +1 lines)
 Lines 10031-10037    Link Here 
	strcpy(ver,"");
	strcpy(ver,"");
	get_wrap_path("MKISOFS",line);
	get_wrap_path("MKISOFS",line);
	strcat(line," -version 2>/dev/null");
	strcat(line," -version 2>/dev/null | head -n 1");
	dodebug(1, "calling: %s\n", line);
	dodebug(1, "calling: %s\n", line);
        if ((fpin = popen(line,"r")) == NULL) {
        if ((fpin = popen(line,"r")) == NULL) {