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

Diff for /mandoc/Attic/apropos.c between version 1.29 and 1.30

version 1.29, 2012/03/24 02:07:32 version 1.30, 2012/03/24 02:18:51
Line 143  main(int argc, char *argv[])
Line 143  main(int argc, char *argv[])
         }          }
   
         if (--terms < ressz && res[terms].matched) {          if (--terms < ressz && res[terms].matched) {
                   chdir(paths.paths[res[terms].volume]);
                 strlcpy(path, res[terms].file, PATH_MAX);                  strlcpy(path, res[terms].file, PATH_MAX);
                 usecat = RESTYPE_CAT == res[terms].type;                  usecat = RESTYPE_CAT == res[terms].type;
         }          }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb