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

Diff for /mandoc/read.c between version 1.47 and 1.48

version 1.47, 2014/04/20 16:46:05 version 1.48, 2014/04/20 22:04:04
Line 852  mandoc_vmsg(enum mandocerr t, struct mparse *m,
Line 852  mandoc_vmsg(enum mandocerr t, struct mparse *m,
         va_list          ap;          va_list          ap;
   
         va_start(ap, fmt);          va_start(ap, fmt);
         vsnprintf(buf, sizeof(buf) - 1, fmt, ap);          (void)vsnprintf(buf, sizeof(buf), fmt, ap);
         va_end(ap);          va_end(ap);
   
         mandoc_msg(t, m, ln, pos, buf);          mandoc_msg(t, m, ln, pos, buf);

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb