* Typos in committed terminfo.c and terminfo.mdd?
@ 2004-03-01 18:45 Bart Schaefer
2004-03-02 10:35 ` Peter Stephenson
0 siblings, 1 reply; 2+ messages in thread
From: Bart Schaefer @ 2004-03-01 18:45 UTC (permalink / raw)
To: zsh-workers
I just diffed my local build source (which was patched using posted diffs
from zsh-workers) against my cvs sandbox and found these tidbits:
diff ../zsh-forge/current/Src/Modules/terminfo.c ./Src/Modules/terminfo.c
368c368
< #endif /* USE_TERMINOF_MODULE */
---
> #endif /* USE_TERMINFO_MODULE */
diff ../zsh-forge/current/Src/Modules/terminfo.mdd ./Src/Modules/terminfo.mdd
3c3
< link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h" = xyes; then
---
> link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h"; then
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Typos in committed terminfo.c and terminfo.mdd?
2004-03-01 18:45 Typos in committed terminfo.c and terminfo.mdd? Bart Schaefer
@ 2004-03-02 10:35 ` Peter Stephenson
0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2004-03-02 10:35 UTC (permalink / raw)
To: zsh-workers
Bart Schaefer wrote:
> I just diffed my local build source (which was patched using posted diffs
> from zsh-workers) against my cvs sandbox and found these tidbits:
>
> diff ../zsh-forge/current/Src/Modules/terminfo.c ./Src/Modules/terminfo.c
> 368c368
> < #endif /* USE_TERMINOF_MODULE */
> ---
> > #endif /* USE_TERMINFO_MODULE */
>
>
> diff ../zsh-forge/current/Src/Modules/terminfo.mdd ./Src/Modules/terminfo.md
> d
> 3c3
> < link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h"
> = xyes; then
> ---
> > link='if test "x$ac_cv_func_tigetflag" = xyes -a "x$ac_cv_header_curses_h";
> then
The first is a typo, the second is correct: the newer version (the first)
tests the variable against `yes'. Oliver noticed there was something
missing in the older version of the patch.
--
Peter Stephenson <pws@csr.com> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-02 10:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-01 18:45 Typos in committed terminfo.c and terminfo.mdd? Bart Schaefer
2004-03-02 10:35 ` Peter Stephenson
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).