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