"subversion/libsvn_client/status.c:409: 'replaced' may be used
uninitialized in this function"

- Julian


On Fri, 2010-04-23, cmpil...@apache.org wrote:
[...]
> +          if (added)
> +            {
> +              svn_boolean_t replaced;
> +
> +              SVN_ERR(svn_wc__node_is_replaced(&added, ctx->wc_ctx,
> +                                               dir_abspath, pool));
> +              if (replaced)
> +                added = FALSE;
> +            }


Reply via email to