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

@@ -83,7 +83,7 @@ coffobj_t * mcoff_load_file(char * fname)
/* We just search some paths if it is relative */
if(fname[0]!='/')
{
sz=open_on_path("/RD/1",fname);
sz=open_on_path("/SYS",fname);
if(sz>64 && sz<0x1000000) goto OK; /* Max 16MB for DLL */
sz=open_on_path("/HD/1/MENUETOS",fname);
if(sz>64 && sz<0x1000000) goto OK; /* Max 16MB for DLL */