From f78cf4f9c615046464dc45c565ec41aaa695dd44 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Tue, 23 Dec 2008 18:04:51 +0000 Subject: [PATCH] line 216: s replaced by copys --- src/frontend/cpitf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/cpitf.c b/src/frontend/cpitf.c index a430f9f2f..b880b009f 100644 --- a/src/frontend/cpitf.c +++ b/src/frontend/cpitf.c @@ -212,7 +212,8 @@ ft_cpinit(void) /* Now source the standard startup file. */ /* 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)) s++; for (r = buf; *s && !isspace(*s); r++, s++)