Author: danielsh
Date: Thu May 12 16:18:17 2011
New Revision: 1102367

URL: http://svn.apache.org/viewvc?rev=1102367&view=rev
Log:
Follow-up to r1100733.

* subversion/include/svn_props.h
  (svn_prop_array_to_hash): Explicitly disclaim responsibility to how this 
function
    behaves on certain inputs.

Modified:
    subversion/trunk/subversion/include/svn_props.h

Modified: subversion/trunk/subversion/include/svn_props.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_props.h?rev=1102367&r1=1102366&r2=1102367&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_props.h (original)
+++ subversion/trunk/subversion/include/svn_props.h Thu May 12 16:18:17 2011
@@ -100,6 +100,9 @@ svn_prop_hash_to_array(apr_hash_t *hash,
  * Given an array of svn_prop_t items, return a hash mapping const char *
  * property names to const svn_string_t * values.
  *
+ * @warning The behaviour on #svn_prop_t objects with a @c NULL @c
+ * svn_prop_t.value member is undefined.
+ *
  * @since New in 1.7.
  */
 apr_hash_t *


Reply via email to