[cvsnt] Cut-and-paste bug in update.cpp
Steven J. Magnani
steve at digidescorp.com
Mon Jul 11 15:07:12 BST 2005
Hi,
The following code in cvsnt-2.5.01.1976/src/update.cpp looks like a bug
to me:
void set_global_update_options(int _merge_from_branchpoint, int
_conflict_3way, int _case_sensitive, int _force_checkout_time)
{
force_checkout_time=_merge_from_branchpoint;
conflict_3way=_conflict_3way;
case_sensitive=_case_sensitive;
force_checkout_time=_force_checkout_time;
}
Shouldn't the first line in the function be:
merge_from_branchpoint=_merge_from_branchpoint;
?
Regards,
Steve Magnani
www.digidescorp.com
More information about the cvsnt
mailing list