Another typo found
This commit is contained in:
parent
3ed00e610f
commit
2508603516
@ -2920,7 +2920,7 @@ PH7_PRIVATE void *PH7_StreamOpenHandle(ph7_vm *pVm, const ph7_io_stream *pStream
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
/* Open the URI direcly */
|
/* Open the URI directly */
|
||||||
rc = pStream->xOpen(zFile, iFlags, pResource, &pHandle);
|
rc = pStream->xOpen(zFile, iFlags, pResource, &pHandle);
|
||||||
}
|
}
|
||||||
if(rc != PH7_OK) {
|
if(rc != PH7_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user