Patrick Steinhardt <ps@xxxxxx> writes: > Unfortunately it's not that easy for the HAVE_GETDELIM case, though, as > we cannot call getdelim(3P) to append to an already populated buffer. So > we'd have to call getdelim(3P) either on a NULL line and append manually > or on an empty line in case the strbuf doesn't have any contents. While > doable, I wanted to keep out this additional complexity for now. Ahh, I see. Thanks for a clarification.