[Prev][Next][Index]
Re: strange bug?
- From: "Beata Winnicka" <bfatyga@slab.cica.indiana.edu>
- Date: Tue, 20 Sep 94 17:18:31 -0500
- To: mohr@fullsail.cs.uoregon.edu
- Subject: Re: strange bug?
- Cc: sage-bugs@cica.cica.indiana.edu (Sage++ Bugs Mailinglist)
>Just ran across the following line in lib/newsrc/low_level.c:
>
> 2991: LABEL_STMTNO(label_insection[2*i+1]) = maxlabelname;
> 2992: LABEL_BODY(label_insection[2*i+1]) == copie;
> 2993: LABEL_USED(label_insection[2*i+1]) =
>LABEL_USED(BIF_LABEL(temp));
>
>I think there is one '=' too much in line 2992?!
>
>Bernd
Yep, I think there is one '=' too many too! It's fixed (CVS'ed) now.
Thanks, --Beata