Home
last modified time | relevance | path

Searched refs:message_s (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_subr/
HDcompat.c101 svn_string_t *author_s, *date_s, *message_s; in svn_compat_log_revprops_out() local
110 if ((message_s = svn_hash_gets(revprops, SVN_PROP_REVISION_LOG))) in svn_compat_log_revprops_out()
111 *message = message_s->data; in svn_compat_log_revprops_out()