From a7bc22ca009cfd2d3e4e977d19599f6a3fb5096e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 20 Dec 2010 10:28:43 +0000 Subject: Paul 28538 / me 28540 / couple of unposted casts: use char * for pointer arithmetic rather than void * --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ba2f041b..046db9d18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-20 Peter Stephenson + + * Paul Ackersviller: 28538: as modified in 28540 plus a couple + of casts to char * I missed: Src/init.c,Src/input.c, + Src/parse.c, Src/prototypes.h, Src/utils.c, Src/Zle/zle_main.c: + pointer arithmetic needs to be done with char *, not void *. + 2010-12-19 Peter Stephenson * 28537: Src/lex.c, Test/D04parameter.ztst: word splitting on @@ -14003,5 +14010,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5160 $ +* $Revision: 1.5161 $ ***************************************************** -- cgit 1.4.1