forked from KolibriOS/kolibrios
Bugfixes in TFTPc (net branch)
git-svn-id: svn://kolibrios.org@2606 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9fa539dadc
commit
4a382514dd
@ -1,3 +1,5 @@
|
||||
format binary as ""
|
||||
|
||||
use32
|
||||
org 0x0
|
||||
|
||||
@ -13,7 +15,7 @@ include '../proc32.inc'
|
||||
include '../macros.inc'
|
||||
include '../libio.inc'
|
||||
include '../dll.inc'
|
||||
include 'editbox_ex.mac'
|
||||
include '../../../../../programs/develop/libraries/box_lib/trunk/box_lib.mac'
|
||||
|
||||
include '../network.inc'
|
||||
|
||||
@ -494,10 +496,10 @@ import network ,\
|
||||
freeaddrinfo , 'freeaddrinfo'
|
||||
|
||||
|
||||
edit1 edit_box 300,80,5 ,0xffffff,0x6f9480,0,0,0,99 ,SRV,ed_focus, 11,11
|
||||
edit2 edit_box 300,80,25,0xffffff,0x6a9480,0,0,0,99 ,remote_addr,ed_figure_only, 10,10
|
||||
edit3 edit_box 300,80,45,0xffffff,0x6a9480,0,0,0,99 ,local_addr,ed_figure_only, 27,27
|
||||
edit4 edit_box 40,340,68,0xffffff,0x6a9480,0,0,0,5 ,BLK,ed_figure_only, 3,3
|
||||
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
|
||||
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
|
||||
|
||||
op1 option_box option_group1,80,68,6,12,0xffffff,0,0,netascii,octet-netascii
|
||||
op2 option_box option_group1,80,85,6,12,0xFFFFFF,0,0,octet,get-octet
|
||||
@ -555,6 +557,7 @@ local_addr db "/hd0/1/KolibriOS/kernel.mnt",0
|
||||
rb (local_addr + 256 - $)
|
||||
|
||||
I_END:
|
||||
mouse_dd dd ?
|
||||
buffer:
|
||||
rb buffer_len
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user