diff options
author | Your Name <you@example.com> | 2021-08-09 16:40:24 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-08-09 16:40:24 -0400 |
commit | ab2668a4b0e6eebd80668aea9110f6fb86aed5a4 (patch) | |
tree | bcffb10053a4080d87a2870ad23bc8bcc11cb4f1 /mods.cc | |
parent | 41e9b6128ed8588c01d2aa2fb7d71af81709873e (diff) | |
download | libbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.tar.gz libbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.tar.bz2 libbible-ab2668a4b0e6eebd80668aea9110f6fb86aed5a4.zip |
Fixed processing of non-span xhtml formatting tags
Diffstat (limited to 'mods.cc')
-rw-r--r-- | mods.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ bool libbible::installModFromInternet(string language, string name) { if(p.first == name) { sword::SWMgr mgr(basedir.c_str()); if(installMgr->installModule(&mgr, 0, name.c_str(), p.second) == 0) { + printf("Installed from %s\n", p.second->getConfEnt().c_str()); return true; } return false; |