mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-05-01 04:52:34 -04:00
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
This commit is contained in:
@@ -1380,7 +1380,7 @@ VA_DCL
|
||||
pptbuf = unmetafy(promptexpand(lp ? *lp : NULL, 0, NULL, NULL,
|
||||
NULL),
|
||||
&pptlen);
|
||||
write_loop(2, (WRITE_ARG_2_T)pptbuf, pptlen);
|
||||
write_loop(2, pptbuf, pptlen);
|
||||
free(pptbuf);
|
||||
|
||||
ret = shingetline();
|
||||
|
||||
Reference in New Issue
Block a user