From bc9c0966bdd7216674926410d9447028b18429f6 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 17 Sep 2016 13:13:41 -0500 Subject: [PATCH 1/1] add zero terminator do db init string --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7270bde..1899152 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ zpm-extract: zpm-extract.o libzpm.a newdb.c: db.sql echo "char createdb[] = {" > $@ xxd -i < $< >> $@ - echo "};" >> $@ + echo ", 0};" >> $@ libzpm.a: lib/sha256.o lib/db.o lib/compress.o lib/uncompress.o newdb.o lib/zpm.o \ -- 2.40.0