You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/03/25 17:08:46 UTC

svn commit: r1460741 - /subversion/trunk/subversion/libsvn_subr/utf_validate.c

Author: philip
Date: Mon Mar 25 16:08:46 2013
New Revision: 1460741

URL: http://svn.apache.org/r1460741
Log:
* subversion/libsvn_subr/utf_validate.c
  (first_non_fsm_start_char_cstring): Fix typo in r1460731.

Modified:
    subversion/trunk/subversion/libsvn_subr/utf_validate.c

Modified: subversion/trunk/subversion/libsvn_subr/utf_validate.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/utf_validate.c?rev=1460741&r1=1460740&r2=1460741&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/utf_validate.c (original)
+++ subversion/trunk/subversion/libsvn_subr/utf_validate.c Mon Mar 25 16:08:46 2013
@@ -308,7 +308,7 @@ first_non_fsm_start_char_cstring(const c
       return data;
 
   /* Scan the input one machine word at a time. */
-#ifndef SVN_UTF_NO_UNITIALISED_ACCESS
+#ifndef SVN_UTF_NO_UNINITIALISED_ACCESS
   /* This may read allocated but initialised bytes beyond the
      terminating null.  Any such bytes are always readable and this
      code operates correctly whatever the uninitialised values happen