index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <d@falconindy.com> | 2011-03-25 11:57:20 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 19:04:53 -0500 |
commit | 91594a1ef895a6e47ece299b762d5476f1bca348 (patch) | |
tree | 36449c5a5918588eec39ba24401aafadc2e43798 /lib/libalpm/sync.c | |
parent | fdcfcf28a28006a4239e54a34129d3b099d0df0d (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 2 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 9f906d39..a8284987 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -681,7 +681,7 @@ static int test_md5sum(pmtrans_t *trans, const char *filepath, int ret = _alpm_test_md5sum(filepath, md5sum); if(ret == 1) { int doremove = 0; - QUESTION(trans, PM_TRANS_CONV_CORRUPTED_PKG, (char*)filepath, + QUESTION(trans, PM_TRANS_CONV_CORRUPTED_PKG, (char *)filepath, NULL, NULL, &doremove); if(doremove) { unlink(filepath); |