Backfilled the changelog, several fixes. --Rumble

This commit is contained in:
Rumble 2011-03-31 02:09:33 +00:00
parent 231a1a2dcd
commit bc95dfe20e
9 changed files with 28 additions and 22 deletions

View file

@ -2080,7 +2080,7 @@ static void load_zones(FILE *fl, char *zonename)
}
else
{
/* We found 12 values, so deal with the strings */
/* We found 10 values, so deal with the strings */
Z.zone_flags[0] = asciiflag_conv(zbuf1);
Z.zone_flags[1] = asciiflag_conv(zbuf2);
Z.zone_flags[2] = asciiflag_conv(zbuf3);