Upgraded to latest version.
committer: mfx <mfx> 1034618509 +0000
This commit is contained in:
@@ -716,6 +716,10 @@ load_dpmi:
|
|||||||
loadloop:
|
loadloop:
|
||||||
mov ah, ';' ; Copy until this character
|
mov ah, ';' ; Copy until this character
|
||||||
call store_env_string ; to "loadname"
|
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?
|
cmp si, loadname ; anything there?
|
||||||
je do_exec ; final try (no path) let it return
|
je do_exec ; final try (no path) let it return
|
||||||
mov al, [si-1]
|
mov al, [si-1]
|
||||||
|
|||||||
Reference in New Issue
Block a user