richtigrum

This commit is contained in:
Enno Rehling 2002-11-03 13:36:58 +00:00
parent 1d3f6a727e
commit b5a7271897
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ convertunique(faction * f)
for (;;) { for (;;) {
char zFaction[5]; char zFaction[5];
int subscription, fno; int subscription, fno;
if (fscanf(F, "%s %d", zFaction, &subscription)<=0) break; if (fscanf(F, "%d %s", &subscription)<=0, zFaction) break;
mnode = calloc(1, sizeof(mapnode)); mnode = calloc(1, sizeof(mapnode));
fno = atoi36(zFaction); fno = atoi36(zFaction);
mnode->next = subscriptions[fno%HASHSIZE]; mnode->next = subscriptions[fno%HASHSIZE];