mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
fixed a corrupted argument
This commit is contained in:
parent
5839652c41
commit
5eb29e2127
@ -176,7 +176,7 @@ static int sync_synctree(list_t *syncs)
|
||||
|
||||
snprintf(path, PATH_MAX, "%s%s", root, dbpath);
|
||||
|
||||
ret = downloadfiles_forreal(sync->servers, path, files, (const char *)&lastupdate, newmtime);
|
||||
ret = downloadfiles_forreal(sync->servers, path, files, lastupdate, newmtime);
|
||||
vprint("sync: new mtime for %s: %s\n", sync->treename, newmtime);
|
||||
FREELIST(files);
|
||||
if(ret > 0) {
|
||||
@ -448,7 +448,6 @@ int pacman_sync(list_t *targets)
|
||||
MSG(NL, "::\n");
|
||||
if(!yesno(":: Upgrade anyway? [Y/n] ")) {
|
||||
retval = 0;
|
||||
alpm_trans_release();
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user