From 595d12e10fe9a509fc0e0efe041dddd093bb117c Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 15 Dec 2001 15:44:56 +0000 Subject: [PATCH] segmentation fault --- src/mapper/map_partei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapper/map_partei.c b/src/mapper/map_partei.c index 4c76ceeb5..9ab389670 100644 --- a/src/mapper/map_partei.c +++ b/src/mapper/map_partei.c @@ -533,7 +533,7 @@ ParteiListe(void) } #endif - for (f = factions->next; f; f = f->next) { + for (f = factions; f; f = f->next) { if (SX > 104) sprintf(buf, "%4s: %-30.30s %-12.12s %-24.24s", factionid(f), f->name, f->race->_name[1], f->email);