forked from KolibriOS/kolibrios
make downloader save the file if launched without cmdline
git-svn-id: svn://kolibrios.org@2579 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0d44338d5d
commit
e6db970b70
@ -454,8 +454,11 @@ no_more_data:
|
|||||||
;pregs
|
;pregs
|
||||||
call parse_result
|
call parse_result
|
||||||
mov ecx,[shared_name]
|
mov ecx,[shared_name]
|
||||||
|
test ecx, ecx
|
||||||
|
jz @f
|
||||||
cmp [ecx],byte 0
|
cmp [ecx],byte 0
|
||||||
jnz save_in_shared
|
jnz save_in_shared
|
||||||
|
@@:
|
||||||
|
|
||||||
mcall 70,fileinfo
|
mcall 70,fileinfo
|
||||||
;dps "saving "
|
;dps "saving "
|
||||||
|
Loading…
Reference in New Issue
Block a user