forked from github/server
typo
This commit is contained in:
parent
b5a7271897
commit
5da8f6169e
|
@ -205,7 +205,7 @@ convertunique(faction * f)
|
|||
for (;;) {
|
||||
char zFaction[5];
|
||||
int subscription, fno;
|
||||
if (fscanf(F, "%d %s", &subscription)<=0, zFaction) break;
|
||||
if (fscanf(F, "%d %s", &subscription, zFaction)<=0) break;
|
||||
mnode = calloc(1, sizeof(mapnode));
|
||||
fno = atoi36(zFaction);
|
||||
mnode->next = subscriptions[fno%HASHSIZE];
|
||||
|
|
Loading…
Reference in New Issue