-
c64f898c
by Allan McRae at 2024-02-04T07:56:00+10:00
_alpm_pkg_load_internal: remove unneeded if statement
This statement is always true due to an earlier test.
Signed-off-by: Allan McRae <allan@archlinux.org>
-
dfee7733
by Allan McRae at 2024-02-04T07:56:00+10:00
clean_filename: use strdup instead of malloc and memcpy
Signed-off-by: Allan McRae <allan@archlinux.org>
-
845dadf1
by Allan McRae at 2024-02-04T07:56:00+10:00
_cache_mtree_open: remove unused variable
Signed-off-by: Allan McRae <allan@archlinux.org>
-
2079f686
by Allan McRae at 2024-02-04T07:56:00+10:00
alpm_list_reverse: restore original list on failure
Signed-off-by: Allan McRae <allan@archlinux.org>