Bug(?) in TortoiseProc\LogDlg.cpp
From: Zink, Dan <Dan.Zink_at_hp.com>
Date: Tue, 18 Aug 2009 19:56:37 +0000
I was looking at http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/TortoiseProc/LogDlg.cpp as an example of parsing log data and found something that looks wrong.
Line 946:
else if (m_startrev.IsNumber() && m_startrev.IsNumber())
Should that second m_startrev be m_endrev?
else if (m_startrev.IsNumber() && m_endrev.IsNumber())
Regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
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.