On Wed, 20 Mar 2002, Edouard Gomez wrote:

> 
> Tim Woodall ([EMAIL PROTECTED]) wrote:
> > 
> > [...] 
> > In aal5_frame_from_atm_cells() there appears to be some confusion:
> > 
> > first there is the if(tmp > 0) { src = atm_cells + tmp; ... } and
> > then immediately after the if there is src=atm_cells;
> > 
> > This doesn't make sense to me :-)
> > 
> 
> I'll try to understand what you're telling us :-)
> (And fix it in the appropriate way if necessary)
> 

Hmmm.... I don't know what I am telling you :-)

All I do know is that it doesn't make sense to me. The
line src = atm_cells + tmp; doesn't actually do anything useful
because we immediately set src = atm_cells;

I have absolutely no idea whether the "correct" thing is to
delete the src = atm_cells + tmp; or to wrap the src = atm_cells;
in a if(!tmp).


Tim.

-- 
God said, "div D = rho, div B = 0, curl E = - @B/@t, curl H = J + @D/@t," 
and there was light.

     http://tjw.hn.org/      http://www.locofungus.btinternet.co.uk/



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to