Paul 28538 / me 28540 / couple of unposted casts:

use char * for pointer arithmetic rather than void *
This commit is contained in:
Peter Stephenson
2010-12-20 10:28:43 +00:00
parent c8d07027c8
commit a7bc22ca00
7 changed files with 17 additions and 17 deletions

View File

@@ -1,3 +1,10 @@
2010-12-20 Peter Stephenson <pws@csr.com>
* 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 <p.w.stephenson@ntlworld.com>
* 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 $
*****************************************************