Home
last modified time | relevance | path

Searched refs:msgOld (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp269 UString msgOld; in SetOperationResult() local
275 LangString_OnlyFromLangFile(messageID, msgOld); in SetOperationResult()
279 if (msg.IsEmpty() && !msgOld.IsEmpty()) in SetOperationResult()
280 s = MyFormatNew(msgOld, _currentFilePath); in SetOperationResult()