lynx-dev
[Top][All Lists]
Advanced

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

Re: ALLOC_IN_POOL, Re: lynx-dev lynx2.8.5dev.11


From: Leonid Pauzner
Subject: Re: ALLOC_IN_POOL, Re: lynx-dev lynx2.8.5dev.11
Date: Wed, 4 Dec 2002 18:30:02 +0300 (MSK)

3-Dec-2002 14:29 I wrote:
> 2-Dec-2002 00:24 Bela Lubkin wrote:

> The patch - below.

> Now incremented internally. It also occasionally cleanup split_line() a bit.

> --- gridtext.old        Tue Dec  3 02:17:00 2002
> +++ gridtext.c  Tue Dec  3 14:09:52 2002
> @@ -3234,7 +3234,7 @@ PRIVATE void split_line ARGS2(
>                 i++;
>             }
>             jline = insert_blanks_in_line(previous, CurLine, text,
> -                                         last_anchor_of_previous_line,
> +                                         last_anchor_of_previous_line 
> /*incr++*/,
                                            ^^^^^^^^^^^^^^^
         should be an address:  &last_anchor_of_previous_line /*incr++*/,
         of course. In general, the code #ifdef'ed with EXP_JUSTIFY_ELTS
         was not tested by me, may be broken by my recent line/pool changes,
         though I was trying to read the code carefully and think it is OK.

>                                           ht_num_runs - 1, oldpos, newpos);
>             free((char*)oldpos);
>             if (jline == NULL)



; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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