mirror of https://github.com/BOINC/boinc.git
client: fix build break
svn path=/trunk/boinc/; revision=21190
This commit is contained in:
parent
07d2a34ba7
commit
6802a2fc0b
|
@ -2827,10 +2827,16 @@ David 15 Apr 2010
|
||||||
lib/
|
lib/
|
||||||
proxy_info.cpp
|
proxy_info.cpp
|
||||||
|
|
||||||
Charlie 13 Apr 2010
|
Charlie 15 Apr 2010
|
||||||
- client: Improve code for determining non-BOINC CPU time for branded
|
- client: Improve code for determining non-BOINC CPU time for branded
|
||||||
clients (Mac & Windows).
|
clients (Mac & Windows).
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
procinfo_mac.cpp
|
procinfo_mac.cpp
|
||||||
procinfo_win.cpp
|
procinfo_win.cpp
|
||||||
|
|
||||||
|
Charlie 15 Apr 2010
|
||||||
|
- client: fix build break.
|
||||||
|
|
||||||
|
client/
|
||||||
|
coproc_detect.cpp
|
||||||
|
|
|
@ -782,7 +782,7 @@ int COPROC_ATI::available_ram(int devnum, double& ar) {
|
||||||
|
|
||||||
// avoid crash if faked GPU
|
// avoid crash if faked GPU
|
||||||
if (!__calInit) {
|
if (!__calInit) {
|
||||||
r = attribs.localRAM;
|
ar = attribs.localRAM;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
retval = (*__calInit)();
|
retval = (*__calInit)();
|
||||||
|
|
Loading…
Reference in New Issue