You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/01/28 05:47:55 UTC

svn commit: r1064457 - /subversion/trunk/subversion/include/svn_error.h

Author: danielsh
Date: Fri Jan 28 04:47:55 2011
New Revision: 1064457

URL: http://svn.apache.org/viewvc?rev=1064457&view=rev
Log:
* subversion/include/svn_error.h
  (svn_handle_warning2): State that NULL is not allowed.

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

Modified: subversion/trunk/subversion/include/svn_error.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error.h?rev=1064457&r1=1064456&r2=1064457&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error.h (original)
+++ subversion/trunk/subversion/include/svn_error.h Fri Jan 28 04:47:55 2011
@@ -254,6 +254,8 @@ svn_handle_error(svn_error_t *error,
  * stdio stream @a stream, prefixed by @a prefix.  Allocations are
  * performed in the error's pool.
  *
+ * @a error may not be @c NULL.
+ *
  * @since New in 1.2.
  */
 void