From 206dd12a47dbfde8d55b24730330248c9cb4becf Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Tue, 12 Sep 2017 16:13:26 +0300 Subject: [PATCH] . --- HtmlFile/test/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HtmlFile/test/main.cpp b/HtmlFile/test/main.cpp index dfe32890ce..7cf175557e 100644 --- a/HtmlFile/test/main.cpp +++ b/HtmlFile/test/main.cpp @@ -108,7 +108,10 @@ int main(int argc, char *argv[]) #if 1 CHtmlFile oFile; std::wstring sMetaInfo; - int nResult = oFile.ConvertEpub(L"D:/1", sMetaInfo, L"D:/test/Document"); + //int nResult = oFile.ConvertEpub(L"D:/1", sMetaInfo, L"D:/test/Document"); + std::vector arFiles; + arFiles.push_back(L"Note.html"); + int nResult = oFile.Convert(arFiles, L"D:\\test\\Document"); return 0; #else