On Thu, 2011-05-26 at 09:50 -0400, Greg Stein wrote: > On May 26, 2011 9:39 AM, <julianf...@apache.org> wrote: > > > > Author: julianfoad > > Date: Thu May 26 13:38:37 2011 > > New Revision: 1127904 > > > > URL: http://svn.apache.org/viewvc?rev=1127904&view=rev > > Log: > > * subversion/libsvn_wc/wc_db.c > > (insert_external_node): Move a local variable inside the conditional > block > > that uses it so it doesn't shadow a variable in the outer scope. > > But it still shadows on some builds. That sounds bad.
No, the outer variable is conditional on the opposite condition. - Julian