mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-14 11:19:07 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
39eaaa95c5
commit
3005d131e9
2 changed files with 117 additions and 117 deletions
|
@ -259,7 +259,7 @@ bool unpackLZMA(const std::string &lzmaFile, const std::string &destFileName)
|
||||||
|
|
||||||
bool packLZMA(const std::string &srcFileName, const std::string &lzmaFileName)
|
bool packLZMA(const std::string &srcFileName, const std::string &lzmaFileName)
|
||||||
{
|
{
|
||||||
nldebug("unpackLZMA: compress '%s' to LZMA file '%s", srcFileName.c_str(), lzmaFileName.c_str());
|
nldebug("packLZMA: compress '%s' to LZMA file '%s", srcFileName.c_str(), lzmaFileName.c_str());
|
||||||
|
|
||||||
// open file
|
// open file
|
||||||
CIFile inStream(srcFileName);
|
CIFile inStream(srcFileName);
|
||||||
|
|
Loading…
Reference in a new issue