Use size_t for number of lines in linebuf
.nlines and .capacity are used as array indices and should therefore be of type size_t.
This commit is contained in:
.nlines and .capacity are used as array indices and should therefore be of type size_t.