We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In [VFSImpl::open] func, when parameter "path" == NULL, the line #26 cause error:
if(!path || path[0] != '/') { log_e("%s does not start with /", path); return FileImplPtr(); }