Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: input.c and here documents bugfixes
- X-seq: zsh-workers 396
- From: schaefer@xxxxxxxxxx (Barton E. Schaefer)
- To: Zoltan Hidvegi <hzoli@xxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx (zsh-workers)
- Subject: Re: input.c and here documents bugfixes
- Date: Thu, 21 Sep 1995 09:22:41 -0700
- In-reply-to: Zoltan Hidvegi <hzoli@xxxxxxxxxx> "input.c and here documents bugfixes" (Sep 21, 1:19pm)
- References: <199509211119.NAA20683@xxxxxxxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxxxxx
On Sep 21, 1:19pm, Zoltan Hidvegi wrote:
} Subject: input.c and here documents bugfixes
}
} *** 1.2 1995/09/19 17:57:52
} --- Src/input.c 1995/09/20 11:04:22
} ***************
} --- 274,283 ----
} {
} int l;
}
} ! for (l = 0; l < n - 1 && (buf[l++] = ingetc()) != '\n' && !lexstop;)
} ! if (lexstop)
} ! l--;
} ! buf[l] = '\0';
}
} return (!lexstop || l) ? buf : NULL;
} }
Surely the semicolon is supposed to be OUTSIDE the right paren in that "for"?
--
Bart Schaefer Vice President, Technology, Z-Code Software
schaefer@xxxxxxxxxx Division of NCD Software Corporation
http://www.well.com/www/barts
Messages sorted by:
Reverse Date,
Date,
Thread,
Author