fix(stream): fix error in unit test.
This commit is contained in:
parent
985d619569
commit
bca3cf4e9e
|
@ -46,7 +46,7 @@ SStreamState *stateCreate(const char *path) {
|
|||
SStreamMeta *pMeta = streamMetaOpen((path), NULL, NULL, NULL, 0, 0, NULL);
|
||||
pTask->pMeta = pMeta;
|
||||
|
||||
SStreamState *p = streamStateOpen((char *)path, pTask, true, 32, 32 * 1024);
|
||||
SStreamState *p = streamStateOpen((char *)path, pTask, 0, 0, true, 32, 32 * 1024);
|
||||
ASSERT(p != NULL);
|
||||
return p;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue