Close directory if no .SYSTEM file found to chain to

This commit is contained in:
Renee Harke 2021-12-06 22:34:28 -05:00
parent 8dbdd58d38
commit 39c7f83e04
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ handle_sys_file:
jmp invoke_system_file
not_found:
MLI_CALL CLOSE, close_params
jmp quit
.endproc