Fixed misuse of "/rd/1" (changed to "/sys") for all other programs

git-svn-id: svn://kolibrios.org@9587 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vitalkrilov
2022-01-07 12:42:44 +00:00
parent a8393177c8
commit 46d9482bb0
86 changed files with 148 additions and 148 deletions

View File

@@ -272,7 +272,7 @@ draw_window:
ret
_f_path db '/rd/1/lib',0
_f_path db '/sys/lib',0
_f_mask db '*ini*',0
;---------------------------------------------------------------------
@@ -281,7 +281,7 @@ _f_mask db '*ini*',0
s_header db 'EXAMPLE APPLICATION',0
s_ini db '/rd/1/test001.ini',0
s_ini db '/sys/test001.ini',0
s_sec db 'Panels',0
s_key db 'param1',0

View File

@@ -135,7 +135,7 @@ draw_window:
align 4
title db 'Press button [Up] and see '
openfile_path db '/rd/1/t1.png',0
openfile_path db '/sys/t1.png',0
struct FileInfoBlock
Function dd ?