index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2015-11-10 20:51:55 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-11 13:47:08 +1000 |
commit | 9e22e75fa195b17efb6ad911e0e9910330e8a30a (patch) | |
tree | e76ef827e8d94f6b6a9811c6c94fdcfcca4962b4 /lib/libalpm/util.c | |
parent | bf0e8e6b435f0ab28745d6f6d3279dc66ac3e9ef (diff) |
-rw-r--r-- | lib/libalpm/util.c | 2 |
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 66a27426..955bf6f5 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1290,7 +1290,7 @@ void *_alpm_greedy_grow(void **data, size_t *current, const size_t required) void _alpm_alloc_fail(size_t size) { - fprintf(stderr, "alloc failure: could not allocate %zd bytes\n", size); + fprintf(stderr, "alloc failure: could not allocate %zu bytes\n", size); } /* vim: set noet: */ |