From 21920015a3013ba9371406eed0b1b5d8289af7ed Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 3 Mar 2002 16:04:57 +0000 Subject: [PATCH] - Minifix logging --- src/mapper/logging.c | 1 + 1 file changed, 1 insertion(+) 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); }