line 216: s replaced by copys
This commit is contained in:
parent
d618da1a22
commit
f78cf4f9c6
|
|
@ -212,7 +212,8 @@ ft_cpinit(void)
|
||||||
|
|
||||||
/* Now source the standard startup file. */
|
/* Now source the standard startup file. */
|
||||||
/* XXX strange */
|
/* XXX strange */
|
||||||
for (copys=s=cp_tildexpand(Lib_Path); s && *s; ) {/*DG*/
|
|
||||||
|
for (copys=s=cp_tildexpand(Lib_Path); copys && *copys; ) {/*DG*/
|
||||||
while (isspace(*s))
|
while (isspace(*s))
|
||||||
s++;
|
s++;
|
||||||
for (r = buf; *s && !isspace(*s); r++, s++)
|
for (r = buf; *s && !isspace(*s); r++, s++)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue