Compare commits
1 commit
master
...
allan/init
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e57ec32e05 |
2 changed files with 2 additions and 2 deletions
|
@ -1322,7 +1322,7 @@ int SYMEXPORT alpm_fetch_pkgurl(alpm_handle_t *handle, const alpm_list_t *urls,
|
|||
char *temporary_cachedir = NULL;
|
||||
alpm_list_t *payloads = NULL;
|
||||
const alpm_list_t *i;
|
||||
alpm_event_t event = {0};
|
||||
alpm_event_t event;
|
||||
|
||||
CHECK_HANDLE(handle, return -1);
|
||||
ASSERT(*fetched == NULL, RET_ERR(handle, ALPM_ERR_WRONG_ARGS, -1));
|
||||
|
|
|
@ -776,7 +776,7 @@ static int download_files(alpm_handle_t *handle)
|
|||
char * temporary_cachedir = NULL;
|
||||
alpm_list_t *i, *files = NULL;
|
||||
int ret = 0;
|
||||
alpm_event_t event = {0};
|
||||
alpm_event_t event;
|
||||
alpm_list_t *payloads = NULL;
|
||||
|
||||
cachedir = _alpm_filecache_setup(handle);
|
||||
|
|
Loading…
Add table
Reference in a new issue