fix TXTREAD path

git-svn-id: svn://kolibrios.org@6761 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2016-11-25 16:03:34 +00:00
parent 7780109eb0
commit ffbdc4ba1d
7 changed files with 9 additions and 9 deletions

View File

@ -230,7 +230,7 @@ x=-203
y=68
[20]
name=TEXTREADER
path=TEXTREADER
path=/sys/txtread
param=
ico=85
x=136

View File

@ -229,7 +229,7 @@ x=-203
y=68
[20]
name=TEXTREADER
path=TEXTREADER
path=/sys/txtread
param=
ico=85
x=136

View File

@ -230,7 +230,7 @@ x=-203
y=68
[20]
name=TEXTREADER
path=TEXTREADER
path=/sys/txtread
param=
ico=85
x=136

View File

@ -230,7 +230,7 @@ x=-203
y=68
[20]
name=TEXTREADER
path=TEXTREADER
path=/sys/txtread
param=
ico=85
x=136

View File

@ -230,7 +230,7 @@ x=-203
y=68
[20]
name=TEXTREADER
path=TEXTREADER
path=/sys/txtread
param=
ico=85
x=136

View File

@ -608,7 +608,7 @@ dword __generator; // random number generator -
//The initialization of the initial data before running
void ______INIT______()
{
if (program_path[0]!='/') I_Path++;
//if (program_path[0]!='/') I_Path++;
self.dir = #__BUF_DIR__;
self.file = 0;

View File

@ -10,8 +10,8 @@ const char str_filename[]="Filename:";
const char str_editfile[]="Edit";
// íà÷àëüíûå ğàçìåğû
#define WND_W 400
#define WND_H 300
#define WND_W 600
#define WND_H 470
#define LIGHTGREEN 0xff0000
#define WHITE 0xffffff
@ -46,7 +46,7 @@ char *funct = NULL;
char edit_path[1024];
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0,512,(dword)&edit_path, 64};
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 100000000000010b};
char *full_head;