Suspicious chain of checks
From: Dmitry <wipedout_at_yandex.ru>
Date: Wed, 07 Sep 2011 18:48:43 +0400
Hey.
Currently CCopyDlg::OnCheck() reads:
bool check = false;
Here if the first condition holds true "check" is asssigned true. Otherwise the second condition is checked and if that holds true "check" is assigned the initial value. The code has the following effect:
bool check = false;
Was anything else meant in that code?
Thank you.
------------------------------------------------------
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.