*** empty log message ***

svn path=/trunk/boinc/; revision=2594
This commit is contained in:
Karl Chen 2003-10-28 03:59:16 +00:00
parent ba30fd1127
commit afb6e3a47a
1 changed files with 1 additions and 0 deletions

View File

@ -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;