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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- OriginDefaultParser.cpp
0
++ OriginDefaultParser.cpp
Lines 73-79 Link Here
73
	int i;
73
	int i;
74
	FILE *f, *debug;
74
	FILE *f, *debug;
75
	if((f=fopen(fileName.c_str(),"rb")) == NULL ) {
75
	if((f=fopen(fileName.c_str(),"rb")) == NULL ) {
76
		printf("Could not open %s!\n",fileName);
76
		printf("Could not open %s!\n",fileName.c_str());
77
		return false;
77
		return false;
78
	}
78
	}
79
79

Return to bug 318575