Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: db_gdbm.c



gcc seems to prefer things as follows.  It's also complaining about
"backtype" but that may be For Future Expansion.

Index: Src/Modules/db_gdbm.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/db_gdbm.c,v
retrieving revision 1.5
diff -u -r1.5 db_gdbm.c
--- Src/Modules/db_gdbm.c	19 Aug 2008 12:02:29 -0000	1.5
+++ Src/Modules/db_gdbm.c	30 Sep 2008 08:49:06 -0000
@@ -135,7 +135,7 @@
 
 /**/
 static void
-gdbmsetfn(Param pm, char **val)
+gdbmsetfn(Param pm, char *val)
 {
     datum key, content;
     int ret;




-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070



Messages sorted by: Reverse Date, Date, Thread, Author