Hrm. What happens if third-party code creates one of these hashes, and
only puts an svn_log_changed_path_t in there? (rather than path2)
On Mon, Jan 19, 2009 at 19:14, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
> Author: hwright
> Date: Mon Jan 19 10:14:52 2009
> New Revision: 35330
>
> Log:
> * subversion/include/svn_types.h
> (svn_log_entry_t): Followup to r35329: Update docstring.
>
> Suggested by: rhuijben
>
> Modified:
> trunk/subversion/include/svn_types.h
>
> Modified: trunk/subversion/include/svn_types.h
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/include/svn_types.h?pathrev=35330&r1=35329&r2=35330
> ==============================================================================
> --- trunk/subversion/include/svn_types.h Mon Jan 19 09:59:38 2009 (r35329)
> +++ trunk/subversion/include/svn_types.h Mon Jan 19 10:14:52 2009 (r35330)
> @@ -613,7 +613,7 @@ svn_log_changed_path_dup(const svn_log_c
> typedef struct svn_log_entry_t
> {
> /** A hash containing as keys every path committed in @a revision; the
> - * values are (@c svn_log_changed_path_t *) stuctures.
> + * values are (@c svn_log_changed_path2_t *) stuctures.
> *
> * ### The only reason @a changed_paths is not qualified with `const' is
> * that we usually want to loop over it, and apr_hash_first() doesn't
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1035215
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1040706
Received on 2009-01-21 09:41:50 CET