diff --git a/src/mapper/logging.c b/src/mapper/logging.c index b6846c90f..94a3ce01f 100644 --- a/src/mapper/logging.c +++ b/src/mapper/logging.c @@ -60,6 +60,7 @@ log_read(const char * filename) readfaction(log); } else { *fp = readfaction(log); + fp=&(*fp)->next; } } else assert(0); }