- Minifix logging

This commit is contained in:
Christian Schlittchen 2002-03-03 16:04:57 +00:00
parent fc611d4226
commit 21920015a3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ log_read(const char * filename)
readfaction(log);
} else {
*fp = readfaction(log);
fp=&(*fp)->next;
}
} else assert(0);
}