Fix origin and zdone for invalid country argument

Invalid country argument was interpreted as (natid)-1, which is
normally 255.  Harmless as long as this is less than MAXNOC (99).
Wrong anyway.
This commit is contained in:
Markus Armbruster 2008-07-18 18:34:17 -04:00
parent da59e02706
commit 4646dfbf80
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
int
zdon(void)
{
natid whichcnum;
int whichcnum;
struct natstr *natp;
char *p;