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

(-)oer-dist/misc.c (-1 / +1 lines)
Lines 775-781 Link Here
775
	if(counter >= 0) {
775
	if(counter >= 0) {
776
		return ptr + counter + 1;
776
		return ptr + counter + 1;
777
	} else {
777
	} else {
778
		return NULL;
778
		return ptr;
779
	}
779
	}
780
}
780
}
781
781

Return to bug 51091