forked from github/server
- Minifix logging
This commit is contained in:
parent
fc611d4226
commit
21920015a3
|
@ -60,6 +60,7 @@ log_read(const char * filename)
|
|||
readfaction(log);
|
||||
} else {
|
||||
*fp = readfaction(log);
|
||||
fp=&(*fp)->next;
|
||||
}
|
||||
} else assert(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue