Evgeny,

Den mån 15 dec. 2025 kl 22:40 skrev Daniel Sahlberg <
[email protected]>:
...

> [[[
> $ svn diff libsvn_wc/revert.c
> Index: libsvn_wc/revert.c
> ===================================================================
> --- libsvn_wc/revert.c  (revision 1930472)
> +++ libsvn_wc/revert.c  (working copy)
> @@ -310,7 +310,7 @@
>    svn_wc__db_status_t status;
>    svn_node_kind_t kind;
>    svn_boolean_t notify_required;
> -  svn_boolean_t notify_noaccess;
> +  svn_boolean_t notify_noaccess = FALSE;
>    const apr_array_header_t *conflict_files;
>    svn_filesize_t recorded_size;
>    apr_time_t recorded_time;
> ]]]
>

Do you agree that it is enough to initialize the variable to FALSE or would
you prefer that I rework the whole feature in some way?

Cheers,
Daniel

Reply via email to