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

Diff for /mandoc/mansearch.c between version 1.70 and 1.71

version 1.70, 2017/04/17 20:05:08 version 1.71, 2017/04/18 13:57:56
Line 516  buildoutput(size_t im, struct dbm_page *page)
Line 516  buildoutput(size_t im, struct dbm_page *page)
                 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.70  
changed lines
  Added in v.1.71

CVSweb