[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r11397 - trunk/src/TortoiseMerge

From: Kloster Oddvar <Oddvar.Kloster_at_sintef.no>
Date: 2007-11-20 09:56:00 CET

> -----Original Message-----
> From: Alexander Klenin [mailto:klenin@gmail.com]
>
> > + if (m_viewstates.size() < m_originalstate)
> > + // Can never get back to original state now
> > + m_originalstate = 1;
> > +
> Perhaps you meant -1 or some other special value?
> How it is guaranteed that m_viewstates.size() can not became
> equal to 1 again?
>

The size is always a multiple of 3 since we always push/pop one state
for
each of the 3 views.

Oddvar

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 20 09:56:42 2007

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.