aboutsummaryrefslogtreecommitdiff
path: root/lib/UnrarXLib/rdwrfn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/UnrarXLib/rdwrfn.cpp')
-rw-r--r--lib/UnrarXLib/rdwrfn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/UnrarXLib/rdwrfn.cpp b/lib/UnrarXLib/rdwrfn.cpp
index 17e5b21b73..94c8ea4f4e 100644
--- a/lib/UnrarXLib/rdwrfn.cpp
+++ b/lib/UnrarXLib/rdwrfn.cpp
@@ -146,7 +146,7 @@ int ComprDataIO::UnpRead(byte *Addr,uint Count)
if (m_pDlgProgress)
{
CURL url(SrcArc->FileName);
- m_pDlgProgress->SetLine(2,url.GetWithoutUserDetails()); // update currently extracted rar file
+ m_pDlgProgress->SetLine(0,url.GetWithoutUserDetails()); // update currently extracted rar file
m_pDlgProgress->Progress();
}
}