mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2594
This commit is contained in:
parent
ba30fd1127
commit
afb6e3a47a
|
@ -163,6 +163,7 @@ done:
|
|||
int CLIENT_STATE::parse_venue() {
|
||||
char buf[256];
|
||||
FILE* f = fopen(STATE_FILE_NAME, "r");
|
||||
if (!f) return 0;
|
||||
while (fgets(buf, 256, f)) {
|
||||
if (match_tag(buf, "</client_state>")) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue