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

Diff for /src/usr.bin/mandoc/mandocdb.c between version 1.133 and 1.134

version 1.133, 2014/12/05 16:17:56 version 1.134, 2014/12/30 20:40:05
Line 842 
Line 842 
         if (strlcpy(mlink->file, start, sizeof(mlink->file)) >=          if (strlcpy(mlink->file, start, sizeof(mlink->file)) >=
             sizeof(mlink->file)) {              sizeof(mlink->file)) {
                 say(start, "Filename too long");                  say(start, "Filename too long");
                   free(mlink);
                 return;                  return;
         }          }
   

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134