[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] doc patch for svn_subst.h

From: Larry Shatzer, Jr. <larrys_at_gmail.com>
Date: Thu, 8 May 2008 13:29:04 -0600

While looking something up, I ran across a discrepancy in the
SVN_IO_MAX_KEYWORD_LEN vs SVN_KEYWORD_MAX_LEN (which was changed by kfogel
in r765, but must have missed one spot!)

-- Larry

[[[
* subversion/include/svn_subst.h
  Fix doc reference from SVN_IO_MAX_KEYWORD_LEN to SVN_KEYWORD_MAX_LEN

]]]

Index: subversion/include/svn_subst.h
===================================================================
--- subversion/include/svn_subst.h (revision 31096)
+++ subversion/include/svn_subst.h (working copy)
@@ -203,7 +203,7 @@
  * ignored (not contracted or expanded). If the @a keywords hash
  * itself is @c NULL, keyword substitution will be altogether ignored.
  *
- * Detect only keywords that are no longer than @c SVN_IO_MAX_KEYWORD_LEN
+ * Detect only keywords that are no longer than @c SVN_KEYWORD_MAX_LEN
  * bytes, including the delimiters and the keyword itself.
  *
  * Note that a translation request is *required*: one of @a eol_str or
Received on 2008-05-08 21:29:21 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.