diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 01:28:24 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 01:28:24 -0500 |
| commit | 7635739e9ba79a932e5b0e1e708d92eb6ce1ba16 (patch) | |
| tree | 95584b453d35f812534ff40ab17009b9a5e0c89e /libs/archive/src/archive.cpp | |
| parent | e0f6eb0d84411fc93fba84ed5ecb38f78513e67b (diff) | |
Finalize Linux build cleanup
Diffstat (limited to 'libs/archive/src/archive.cpp')
| -rw-r--r-- | libs/archive/src/archive.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/archive/src/archive.cpp b/libs/archive/src/archive.cpp index 6d35366..ca3aa03 100644 --- a/libs/archive/src/archive.cpp +++ b/libs/archive/src/archive.cpp @@ -269,7 +269,7 @@ HRESULT ArchiveImpl::loadFormats() } ArchiveImpl::ArchiveImpl() - : m_Valid(false), m_LastError(Error::ERROR_NONE), m_Library("dlls/7zip.dll"), + : m_Valid(false), m_LastError(Error::ERROR_NONE), m_Library("lib/7z.so"), m_PasswordCallback{} { // Reset the log callback: |
