From 39c7f83e043c0824e2c531481120c77a28633d68 Mon Sep 17 00:00:00 2001 From: Renee Harke Date: Mon, 6 Dec 2021 22:34:28 -0500 Subject: [PATCH] Close directory if no .SYSTEM file found to chain to --- inc/driver_preamble.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/driver_preamble.inc b/inc/driver_preamble.inc index e7874fb..0cfa3b6 100644 --- a/inc/driver_preamble.inc +++ b/inc/driver_preamble.inc @@ -323,6 +323,7 @@ handle_sys_file: jmp invoke_system_file not_found: + MLI_CALL CLOSE, close_params jmp quit .endproc