From 3f27542156125118800235c5ac1bac125fd7752c Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 19:34:52 +0000 Subject: Merged frugalware changes. Added a few other minor things too, but there's alot to list. The diff should show you 8) --- src/pacman/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index 51e05fd3..2eab6c79 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -27,7 +27,7 @@ if((b) > 0) { \ p = malloc(b); \ if (!(p)) { \ - fprintf(stderr, "malloc failure: could not allocate %d bytes\n", b); \ + fprintf(stderr, "malloc failure: could not allocate %d bytes\n", (int)b); \ exit(1); \ } \ } else { \ -- cgit v1.2.3