mirror of https://github.com/BOINC/boinc.git
compile fix in apps/upper_case.cpp
This commit is contained in:
parent
93c970f87c
commit
417b26c7b4
|
@ -235,7 +235,7 @@ int main(int argc, char **argv) {
|
||||||
boinc_crash();
|
boinc_crash();
|
||||||
}
|
}
|
||||||
if (early_sleep && i>30) {
|
if (early_sleep && i>30) {
|
||||||
g_sleep = true;
|
boinc_disable_timer_thread = true;
|
||||||
while (1) boinc_sleep(1);
|
while (1) boinc_sleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue