Android API: fix bug when using MSGS_FROM_FILE (from David K)

This commit is contained in:
David Anderson 2017-04-13 23:57:32 -07:00
parent 34408c3122
commit d71616dd7c
1 changed files with 1 additions and 0 deletions

View File

@ -637,6 +637,7 @@ int boinc_init_options_general(BOINC_OPTIONS& opt) {
if (!fout) { if (!fout) {
fprintf(stderr, "Can't open out_msgs.txt\n"); fprintf(stderr, "Can't open out_msgs.txt\n");
} }
options.check_heartbeat = false;
#else #else
char buf[256]; char buf[256];
if (options.main_program) { if (options.main_program) {