summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libalpm/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c
index 2419cc69..bdfab635 100644
--- a/lib/libalpm/sync.c
+++ b/lib/libalpm/sync.c
@@ -1128,7 +1128,7 @@ int _alpm_sync_load(alpm_handle_t *handle, alpm_list_t **data)
uint64_t total_bytes = 0;
alpm_trans_t *trans = handle->trans;
- if(download_files(handle)) {
+ if(download_files(handle) == -1) {
return -1;
}