[BACK]Return to man_hash.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/man_hash.c between version 1.2 and 1.3

version 1.2, 2009/06/14 23:00:57 version 1.3, 2009/06/18 23:34:53
Line 41 
Line 41 
         if (NULL == htab)          if (NULL == htab)
                 return(NULL);                  return(NULL);
   
         for (i = 1; i < MAN_MAX; i++) {          for (i = 0; i < MAN_MAX; i++) {
                 x = man_macronames[i][0];                  x = man_macronames[i][0];
   
                 assert((x >= 65 && x <= 90) ||                  assert((x >= 65 && x <= 90) ||

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3