mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-21 08:13:57 -04:00
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
This commit is contained in:
@@ -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 $
|
||||
*****************************************************
|
||||
|
||||
Reference in New Issue
Block a user