From 973579f46282a70d1edc4ae95c0e01cf14043f05 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 14 Oct 2002 18:01:49 +0000 Subject: [PATCH] Upgraded to latest version. committer: mfx 1034618509 +0000 --- src/stub/stub.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/stub/stub.asm b/src/stub/stub.asm index cc641f54..63a5fa2f 100644 --- a/src/stub/stub.asm +++ b/src/stub/stub.asm @@ -716,6 +716,10 @@ load_dpmi: loadloop: mov ah, ';' ; Copy until this character call store_env_string ; to "loadname" + or al,al ; Check terminating character + jne @f1 ; If ';', continue + dec di ; else point at null for next pass. +@f1: cmp si, loadname ; anything there? je do_exec ; final try (no path) let it return mov al, [si-1]