forked from KolibriOS/kolibrios
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:
@@ -6,7 +6,7 @@
|
||||
##############################
|
||||
|
||||
KNOWN BUGS:
|
||||
* only directiory /rd/1/ works
|
||||
* only directiory /sys/ works
|
||||
|
||||
HISTORY:
|
||||
* 0.5.4:
|
||||
|
||||
@@ -356,8 +356,8 @@ draw_window:
|
||||
;B+ Data area
|
||||
|
||||
;B+ Interface
|
||||
inp_path: times 100 db '/RD/1/',0
|
||||
p_len dd 6
|
||||
inp_path: times 100 db '/SYS/',0
|
||||
p_len dd 5
|
||||
inp_file: times 100 db 'EXAMPLE',0
|
||||
f_len dd 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user