Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64330
Collapse All | Expand All

(-)src/validatee.c.ori (-1 / +1 lines)
Lines 100-106 Link Here
100
	    case '&': amp++; break;
100
	    case '&': amp++; break;
101
	    case '\'': apos++; break;
101
	    case '\'': apos++; break;
102
	    case '\"': quote++; break;
102
	    case '\"': quote++; break;
103
	    default:
103
	    default:;
104
	}
104
	}
105
    }
105
    }
106
106

Return to bug 64330