I'm sure that should have been buf0len.
[oweals/opkg-lede.git] / libopkg / pkg_parse.c
index a51a3e10d0ac1a583481a674261f4c9a12c8f2b8..d01dff51dcd192d95dc5def0ca5c4aa32599279b 100644 (file)
@@ -319,7 +319,7 @@ pkg_parse_from_stream_nomalloc(pkg_t *pkg, FILE *fp, uint mask,
                                fprintf(stderr, "%s: fgets: %s\n",
                                        __FUNCTION__, strerror(errno));
                                ret = -1;
-                       } else if (strlen(*buf0) == buflen-1) {
+                       } else if (strlen(*buf0) == buf0len-1) {
                                fprintf(stderr, "%s: missing new line character"
                                                " at end of file!\n",
                                        __FUNCTION__);