From 93311212bddb7d7e75ea91f04604ca42e85ef823 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Oct 2006 20:16:55 +0000 Subject: Fixes from frugalware: few 'typos' included while patching Also re-added Judd's dependancy fix in libalpm/deps.c --- bindings/alpm.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/alpm.i b/bindings/alpm.i index dc4d680e..49541b91 100644 --- a/bindings/alpm.i +++ b/bindings/alpm.i @@ -10,7 +10,7 @@ /* Create casting functions */ -%pointer_cast(char *, long *, void_to_long); +%pointer_cast(void *, long *, void_to_long); %pointer_cast(void *, char *, void_to_char); %pointer_cast(void *, unsigned long, void_to_unsigned_long); %pointer_cast(void *, PM_LIST *, void_to_PM_LIST); -- cgit v1.2.3-24-g4f1b