Thread (218 messages) flat view 218 messages, 9 authors, 2016-11-06

Re: [PATCH 15/22] sequencer: introduce a helper to read files written by scripts

From: Johannes Schindelin <hidden>
Date: 2016-08-29 11:08:58

Hi Dennis,

On Mon, 29 Aug 2016, Dennis Kaarsemaker wrote:
On ma, 2016-08-29 at 10:06 +0200, Johannes Schindelin wrote:
quoted
+       if (strbuf_read_file(buf, path, 0) < 0) {
+               warning_errno("could not read '%s'", path);
+               return 0;
+       }
+
+       if (buf->len > orig_len && buf->buf[buf->len - 1] == '\n') {
+               if (--buf->len > orig_len && buf->buf[buf->len - 1]
== '\r')
+                       --buf->len;
+               buf->buf[buf->len] = '\0';
+       }
Why not use open + strbuf_getline instead of hand-rolling a newline
eradicator?
Because strbuf_getline() erases the strbuf instead of appending to it
(which is what we sometimes need when converting shell scripts to C).

Ciao,
Dscho
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help