mirror of https://github.com/BOINC/boinc.git
Android API: fix bug when using MSGS_FROM_FILE (from David K)
This commit is contained in:
parent
34408c3122
commit
d71616dd7c
|
@ -637,6 +637,7 @@ int boinc_init_options_general(BOINC_OPTIONS& opt) {
|
|||
if (!fout) {
|
||||
fprintf(stderr, "Can't open out_msgs.txt\n");
|
||||
}
|
||||
options.check_heartbeat = false;
|
||||
#else
|
||||
char buf[256];
|
||||
if (options.main_program) {
|
||||
|
|
Loading…
Reference in New Issue