git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2067
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define WXSTRINGCAST (char *)(const char *)
// implementation only
#define WXSTRINGCAST (char *)(const char *)
// implementation only
-#define ASSERT_VALID_INDEX(i) wxASSERT( (unsigned)(i) < Len() )
+#define ASSERT_VALID_INDEX(i) wxASSERT( (unsigned)(i) <= Len() )
// ---------------------------------------------------------------------------
// Global functions complementing standard C string library replacements for
// ---------------------------------------------------------------------------
// Global functions complementing standard C string library replacements for