fix(test): fix syntax error.

This commit is contained in:
Haojun Liao 2024-06-14 17:54:44 +08:00
parent 42e0dff589
commit b44d87475d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ SStreamState *stateCreate(const char *path) {
pTask->ver = 1024;
pTask->id.streamId = 1023;
pTask->id.taskId = 1111111;
SStreamMeta *pMeta = streamMetaOpen((path), NULL, NULL, 0, 0, NULL);
SStreamMeta *pMeta = streamMetaOpen((path), NULL, NULL, NULL, 0, 0, NULL);
pTask->pMeta = pMeta;
SStreamState *p = streamStateOpen((char *)path, pTask, true, 32, 32 * 1024);