mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Forgot this one.
svn path=/trunk/; revision=58180
This commit is contained in:
parent
ccf292a193
commit
05bc0402cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue