View | Details | Raw Unified
Collapse All | Expand All

(-) popt.c.orig (+3 lines)
 Lines 758-764    Link Here 
		    return 0;
		    return 0;
		}
		}
		if (con->leftovers != NULL)	/* XXX can't happen */
		if (con->leftovers != NULL)	/* XXX can't happen */
    {
printf("Can't happen eh??? con->leftovers = %p *con->leftovers = %s\n",con->leftovers, *con->leftovers);
		    con->leftovers[con->numLeftovers++] = origOptString;
		    con->leftovers[con->numLeftovers++] = origOptString;
    }
		continue;
		continue;
	    }
	    }