mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Update alpm_errno_t type to non-enum version
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
919b604c29
commit
2752932d19
@ -423,7 +423,7 @@ int _alpm_sync_prepare(alpm_handle_t *handle, alpm_list_t **data)
|
||||
see if they'd like to ignore them rather than failing the sync */
|
||||
if(unresolvable != NULL) {
|
||||
int remove_unresolvable = 0;
|
||||
enum _alpm_errno_t saved_err = handle->pm_errno;
|
||||
alpm_errno_t saved_err = handle->pm_errno;
|
||||
QUESTION(handle, ALPM_QUESTION_REMOVE_PKGS, unresolvable,
|
||||
NULL, NULL, &remove_unresolvable);
|
||||
if(remove_unresolvable) {
|
||||
|
Loading…
Reference in New Issue
Block a user