From 07dd0e0822a4d876990c16ea09a9025f319abbf1 Mon Sep 17 00:00:00 2001 From: ZTG LXC Date: Fri, 26 Feb 2021 18:42:01 +0700 Subject: [PATCH] Update hex2hcd.c --- hex2hcd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hex2hcd.c b/hex2hcd.c index 75eef29..896f79c 100644 --- a/hex2hcd.c +++ b/hex2hcd.c @@ -91,11 +91,9 @@ int main(int argc, char *argv[]) return 0; } - ifp = open_file(ifn, "r"); ofp = open_file(ofn, "w"); - rbuf = NULL; while (len = getline(&rbuf, &buflen, ifp)) { int type;