]> git.wh0rd.org Git - nano.git/commitdiff
and add last missing bit
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Aug 2004 19:28:54 +0000 (19:28 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 17 Aug 2004 19:28:54 +0000 (19:28 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1904 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/utils.c

index 4c52d1d3999c28a2d2c432c972d7d0d81133493c..738d576f5c3f0c6ec0eca5839a7ec42c43b848e5 100644 (file)
@@ -290,6 +290,7 @@ ssize_t ngetdelim(char **lineptr, size_t *n, int delim, FILE *stream)
 
     /* Null terminate the buffer. */
     null_at(lineptr, indx++);
+    *n = indx;
 
     /* The last line may not have the delimiter, we have to return what
      * we got and the error will be seen on the next iteration. */