[BACK]Return to man_hash.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/man_hash.c between version 1.1 and 1.2

version 1.1, 2009/03/23 14:22:11 version 1.2, 2009/03/23 15:41:09
Line 49  man_hash_find(const void *arg, const char *tmp)
Line 49  man_hash_find(const void *arg, const char *tmp)
 {  {
         int              i;          int              i;
   
           /* TODO */
   
         for (i = 0; i < MAN_MAX; i++)          for (i = 0; i < MAN_MAX; i++)
                 if (0 == strcasecmp(tmp, man_macronames[i]))                  if (0 == strcasecmp(tmp, man_macronames[i]))
                         return(i);                          return(i);

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

CVSweb