compile maper

This commit is contained in:
Enno Rehling 2004-08-28 23:11:27 +00:00
parent f06e9e8bef
commit 227418f05d
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ read_newfactions(const char * filename)
if (nf) continue;
nf = calloc(sizeof(newfaction), 1);
if (set_email(&nf->email, email)!=0) {
log_error(("Invalid email address for faction %s: %s\n", itoa36(nf->no), email));
log_error(("Invalid email address for subscription %s: %s\n", itoa36(subscription), email));
}
nf->password = strdup(password);
nf->race = rc_find(race);