forked from KolibriOS/kolibrios
More bugfixes for TFTPc (net branch)
git-svn-id: svn://kolibrios.org@2608 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f0bcb2828e
commit
ba524f3821
@ -205,7 +205,6 @@ draw_window:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
start_transfer:
|
start_transfer:
|
||||||
|
|
||||||
; first, resolve the hostname
|
; first, resolve the hostname
|
||||||
@ -459,9 +458,9 @@ sockaddr_len = $ - sockaddr
|
|||||||
align 16
|
align 16
|
||||||
@IMPORT:
|
@IMPORT:
|
||||||
|
|
||||||
library box_lib , 'box_lib.obj'
|
library box_lib , 'box_lib.obj', \
|
||||||
library io_lib , 'libio.obj'
|
io_lib , 'libio.obj', \
|
||||||
library network , 'network.obj'
|
network , 'network.obj'
|
||||||
|
|
||||||
import box_lib ,\
|
import box_lib ,\
|
||||||
edit_box_draw ,'edit_box' ,\
|
edit_box_draw ,'edit_box' ,\
|
||||||
@ -497,7 +496,7 @@ import network ,\
|
|||||||
|
|
||||||
|
|
||||||
edit1 edit_box 300,80,5 ,0xffffff,0x6f9480,0,0,0,99 ,SRV,mouse_dd,ed_focus, 11,11
|
edit1 edit_box 300,80,5 ,0xffffff,0x6f9480,0,0,0,99 ,SRV,mouse_dd,ed_focus, 11,11
|
||||||
edit2 edit_box 300,80,25,0xffffff,0x6a9480,0,0,0,99 ,remote_addr,mouse_dd,ed_figure_only, 10,10
|
edit2 edit_box 300,80,25,0xffffff,0x6a9480,0,0,0,99 ,remote_addr,mouse_dd,ed_figure_only, 5,5
|
||||||
edit3 edit_box 300,80,45,0xffffff,0x6a9480,0,0,0,99 ,local_addr,mouse_dd,ed_figure_only, 27,27
|
edit3 edit_box 300,80,45,0xffffff,0x6a9480,0,0,0,99 ,local_addr,mouse_dd,ed_figure_only, 27,27
|
||||||
edit4 edit_box 40,340,68,0xffffff,0x6a9480,0,0,0,5 ,BLK,mouse_dd,ed_figure_only, 3,3
|
edit4 edit_box 40,340,68,0xffffff,0x6a9480,0,0,0,5 ,BLK,mouse_dd,ed_figure_only, 3,3
|
||||||
|
|
||||||
@ -561,4 +560,6 @@ mouse_dd dd ?
|
|||||||
buffer:
|
buffer:
|
||||||
rb buffer_len
|
rb buffer_len
|
||||||
|
|
||||||
|
rb 0x1000 ; stack
|
||||||
|
|
||||||
IM_END:
|
IM_END:
|
Loading…
Reference in New Issue
Block a user