This commit is contained in:
2026-03-19 18:58:29 +01:00
parent 1a6a008331
commit d5622d8009

View File

@@ -2780,6 +2780,8 @@ nn_Exit nn_filesystem_handler(nn_ComponentRequest *req) {
return NN_EBADCALL; return NN_EBADCALL;
} }
err = state->handler(&fsreq); err = state->handler(&fsreq);
if(err) return err;
req->returnCount = 1;
return nn_pushnumber(computer, fsreq.off); return nn_pushnumber(computer, fsreq.off);
} }
if(method == NN_FSNUM_LIST) { if(method == NN_FSNUM_LIST) {