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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- ./code/client/cl_main.c.orig
0
++ ./code/client/cl_main.c
Lines 1872-1878 Link Here
1872
}
1872
}
1873
1873
1874
qboolean CL_IsDownloading(void) {
1874
qboolean CL_IsDownloading(void) {
1875
#if USE_CURL
1875
	return clc.cURLUsed;
1876
	return clc.cURLUsed;
1877
#else
1878
	return qfalse;
1879
#endif
1876
}
1880
}
1877
1881
1878
/*
1882
/*

Return to bug 596982