From 369f43cf475d8ca3054029e74126840949183418 Mon Sep 17 00:00:00 2001 From: "graham.gower" Date: Thu, 19 Nov 2009 00:13:41 +0000 Subject: [PATCH] I'm sure that should have been buf0len. git-svn-id: http://opkg.googlecode.com/svn/trunk@334 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- libopkg/pkg_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopkg/pkg_parse.c b/libopkg/pkg_parse.c index a51a3e1..d01dff5 100644 --- a/libopkg/pkg_parse.c +++ b/libopkg/pkg_parse.c @@ -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__); -- 2.25.1