From a693423197c461031a388f7eabb01bc0efffdeb3 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 25 Aug 2012 15:50:40 +0000 Subject: [PATCH] + add a space between the ZIM file unity in the library --- src/server/kiwix-serve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 146056e..786469c 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -591,7 +591,7 @@ int main(int argc, char **argv) {
\ " + currentBook.description + "" + - " \ \ \
Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + "MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \ + "
Size: " + kiwix::beautifyInteger(atoi(currentBook.size.c_str())) + " MB (" + kiwix::beautifyInteger(atoi(currentBook.articleCount.c_str())) + " articles, " + kiwix::beautifyInteger(atoi(currentBook.mediaCount.c_str())) + " medias) \ Created: " + currentBook.date + "
Author: " + currentBook.creator + "Language: " + currentBook.language + "
Publisher: " + (currentBook.publisher.empty() ? "unknown" : currentBook.publisher ) + "