subversion-1.11.1/subversion/libsvn_client/upgrade.c:353: poor error checking ?
From: David Binderman <dcb314_at_hotmail.com>
Date: Sat, 12 Jan 2019 15:32:53 +0000
Hello there,
subversion-1.11.1/subversion/libsvn_client/upgrade.c:353] -> [subversion-1.11.1/subversion/libsvn_client/upgrade.c:358]: (style) The if condition is the same as the previous if condition
Source code is
if (!err)
Maybe better code
if (!err)
if (externals_parent_url)
Regards
David Binderman
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.