Forgot this one.

svn path=/trunk/; revision=58180
This commit is contained in:
Hermès Bélusca-Maïto 2013-01-15 23:25:56 +00:00
parent ccf292a193
commit 05bc0402cc

View file

@ -318,7 +318,7 @@ int _tmain(int argc, _TCHAR* argv[])
printf("7.) Test : *********************\n");
/* The same test like 6.) but wrong strlen */
/* Here EaBuffer::EaName is set and EaBuffer::EaNameLength is strlen(EaBuffer::EaName) EaBuffer::EaValueLength is strlen(EaBuffer::EaName)+1. EaLength is count: will allways end in STATUS_EA_LIST_INCONSISTENT */
/* Here EaBuffer::EaName is set and EaBuffer::EaNameLength is strlen(EaBuffer::EaName) EaBuffer::EaValueLength is strlen(EaBuffer::EaName)+1. EaLength is count: will always end in STATUS_EA_LIST_INCONSISTENT */
for (i=0;i<TEST_BUFFER_LEN;i++)
{
TestEaLength = i;