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

Diff for /src/usr.bin/mandoc/mansearch.c between version 1.53 and 1.54

version 1.53, 2017/04/17 20:04:26 version 1.54, 2017/04/18 13:57:12
Line 513 
Line 513 
                 output = mandoc_malloc(sz);                  output = mandoc_malloc(sz);
                 i = 0;                  i = 0;
                 lstcat(output, &i, input, " # ");                  lstcat(output, &i, input, " # ");
                   output[i++] = '\0';
                   assert(i == sz);
                 return output;                  return output;
         }          }
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54