From 49c05187f739779a6433f75a348529c26e123e94 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 14 Nov 2020 06:01:30 -0500 Subject: Fixed issue with multi-full-chapter references --- mods.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mods.cc') diff --git a/mods.cc b/mods.cc index 1a31602..6b2063a 100644 --- a/mods.cc +++ b/mods.cc @@ -120,7 +120,7 @@ void libbible::installModFromZip(string filename) { string command = "unzip -o " + filename + " -d " + basedir + "&> /dev/null"; if(system(command.c_str())) { //Uh oh... - printf("Something bad happened when unpacking %s\n", filename.c_str()); + printf("Something bad happened when unpacking %s\n. Is unzip installed?", filename.c_str()); } } -- cgit v1.2.3