Summary: | File names are missing when opening a static library | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, rthomsen6 |
Priority: | NOR | ||
Version First Reported In: | 23.04.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/ark/commit/7ef6539de2c5d00f1b440132c7ff1a43832bc094 | Version Fixed In: | |
Sentry Crash Report: |
Description
Antonio Rojas
2023-05-15 09:40:24 UTC
Libarchive reports a top "/" entry, which is not identified as a directory. A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/173 A possibly relevant merge request was started @ https://invent.kde.org/utilities/ark/-/merge_requests/174 Git commit 4a862763caf2fa8ff1436611fe07bdbcf9b6faa6 by Antonio Rojas. Committed on 16/05/2023 at 21:43. Pushed by arojas into branch 'master'. lastPathSegment: don't strip slash if it is the only character in the path Fixes displaying file names in static libraries M +3 -1 kerfuffle/util.h https://invent.kde.org/utilities/ark/commit/4a862763caf2fa8ff1436611fe07bdbcf9b6faa6 Git commit 7ef6539de2c5d00f1b440132c7ff1a43832bc094 by Antonio Rojas. Committed on 16/05/2023 at 21:44. Pushed by arojas into branch 'release/23.04'. lastPathSegment: don't strip slash if it is the only character in the path Fixes displaying file names in static libraries (cherry picked from commit 4a862763caf2fa8ff1436611fe07bdbcf9b6faa6) M +3 -1 kerfuffle/util.h https://invent.kde.org/utilities/ark/commit/7ef6539de2c5d00f1b440132c7ff1a43832bc094 |