Subversion Repositories Kolibri OS

Rev

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

Rev 3432 Rev 3434
Line 153... Line 153...
153
 
153
 
154
 
154
 
155
:int GetDir(dword dir_buf, file_count, path)
155
:int GetDir(dword dir_buf, file_count, path)
-
 
156
{
156
{
157
	dword buf, fcount, error;
157
	dword buf, fcount, error;
158
	ESDWORD[file_count] = 0;
158
	buf = malloc(32);
159
	buf = malloc(32);
159
	error = ReadDir(0, buf, path);
160
	error = ReadDir(0, buf, path);
160
	if (!error)
161
	if (!error)