Permit no-op country name change again

Commit aa5861d1 (v4.3.20) made add, edit and change reject a country
name that is already in use.  Even if it's used by the same country.
Relax that.
This commit is contained in:
Markus Armbruster 2011-10-30 15:43:56 +01:00
parent 9b2e906ea1
commit 062c660e28
5 changed files with 9 additions and 8 deletions

View file

@ -180,7 +180,7 @@ extern int influx(struct natstr *np);
extern struct natstr *nat_reset(struct natstr *, enum nat_status,
coord, coord);
extern int check_nat_name(char *cname);
extern int check_nat_name(char *, natid);
extern int grant_btus(struct natstr *, int);