ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] RP more unstable lately?


From: Jesper Holmberg
Subject: Re: [RP] RP more unstable lately?
Date: Mon, 20 Aug 2001 15:53:06 +0200
User-agent: Mutt/1.3.20i


* On Mon Aug 20, Gergely Nagy wrote:
> I guess I know this. sabetts and rc noticed this, and iirc, it was
> fixed in CVS. What's on line 495 of src/list.c?
> 
> Mine has:
> 
> 490 do
> 491  {
> 492    tmp = find_window (tmp->transient_for);
> 493    if (tmp == transient_for)
> 494    return 1;
> 495  } while (tmp && tmp->transient);
> 

Here's mine:

490  do
491    {
492      tmp = find_window (tmp->transient_for);
493      if (tmp == transient_for)
494     return 1;
495    } while (tmp->transient);

Yes, it seems to be different. So I should just make another snapshot,
then?

Jesper

-- 
Jesper Holmberg | tel: +33.2.29.00.21.75 |"But how can |
    address@hidden     | one be warm |
  ENST Br, BP 832, 29285 Brest, FRANCE   | alone?"     |



reply via email to

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