Subversion Repositories Kolibri OS

Rev

Rev 5598 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5598 Rev 5651
Line 10... Line 10...
10
	dword dirbuf2, fcount2, filename2, j;
10
	dword dirbuf2, fcount2, filename2, j;
11
	char cd_path[4096];
11
	char cd_path[4096];
12
	char install_path[4096];
12
	char install_path[4096];
13
	signed int result;
13
	signed int result;
Line 14... Line -...
14
 
-
 
15
	mem_Init();
14
 
16
	pause(200);
15
	pause(200);
Line 17... Line 16...
17
	GetDir(#dirbuf, #fcount, "/", DIRS_ONLYREAL);
16
	GetDir(#dirbuf, #fcount, "/", DIRS_ONLYREAL);
18
 
17