Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 121862 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 121862