forked from KolibriOS/kolibrios
programs/develop/fasm/1.73/system.inc fix by ProMiNick
git-svn-id: svn://kolibrios.org@8213 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
09709da89f
commit
6d6e328b43
@ -422,9 +422,10 @@ make_fullpaths:
|
|||||||
mov esi,[esp]
|
mov esi,[esp]
|
||||||
|
|
||||||
cmp byte[esi],'/'
|
cmp byte[esi],'/'
|
||||||
jne @f
|
je abs_path
|
||||||
cmp byte[esi],'\'
|
cmp byte[esi],'\'
|
||||||
jne @f
|
jne @f
|
||||||
|
abs_path:
|
||||||
mov edi,fullpath_open
|
mov edi,fullpath_open
|
||||||
|
|
||||||
@@:
|
@@:
|
||||||
|
Loading…
Reference in New Issue
Block a user