stagit-index: owner is one line, strip newline - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit f17def25bed839664b3242b5f31792d3aa1f53c6 DIR parent 289ecda4aa8688b65300ae647912d791246e4abd HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 5 Jan 2016 21:41:03 +0100 stagit-index: owner is one line, strip newline Diffstat: M stagit-index.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/stagit-index.c b/stagit-index.c @@ -221,6 +221,7 @@ main(int argc, char *argv[]) if (fp) { if (!fgets(owner, sizeof(owner), fp)) owner[0] = '\0'; + owner[strcspn(owner, "\n")] = '\0'; fclose(fp); } writelog(stdout);