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

(-)src/eixTk/varsreader.cc (+5 lines)
Lines 731-736 Link Here
731
		close(fd);
731
		close(fd);
732
		return false;
732
		return false;
733
	}
733
	}
734
	else {
735
		if (S_ISDIR(st.st_mode)) {
736
			return false;
737
		}
738
	}
734
	if(st.st_size == 0) {
739
	if(st.st_size == 0) {
735
		close(fd);
740
		close(fd);
736
		return true;
741
		return true;

Return to bug 368353