lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev Re: [dev16] Cleanup patch for TEXTAREA edit


From: Leonid Pauzner
Subject: Re: lynx-dev Re: [dev16] Cleanup patch for TEXTAREA edit
Date: Wed, 10 Feb 1999 23:47:16 +0300 (MSK)

10-Feb-99 10:23 Kim DeVaughn wrote:
> On Wed, Feb 10, 1999, Leonid Pauzner (address@hidden) said:
> |
> | #endif
> |         } else {
> |                 HTSprintf0 (&tbuf, "%s %s", editor, ed_temp);
> |         }

> Not required.

> The sprintf() is executed iff the if() is TRUE.

> When it is FALSE, the HTSprintf0() is executed directly.  The ed_offset
> string is initialized to a NULL string, which then *effectively* results
> in a "%s %s" format (as opposed to a real "%s %s %s" format).

OK.

> /kim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]