Subversion Repositories Kolibri OS

Rev

Rev 8827 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8827 Rev 9808
Line 4... Line 4...
4
	kol_struct_BDVK	bdvk;
4
	kol_struct_BDVK	bdvk;
5
	unsigned	result, i;
5
	unsigned	result, i;
6
	unsigned long long filesize, pos;
6
	unsigned long long filesize, pos;
7
	char		buf[81]; //����
7
	char		buf[81]; //����
8
	char		temp[FILENAME_MAX];
8
	char*		temp = (char*) malloc(FILENAME_MAX);
9
	unsigned	flags;
9
	unsigned	flags;
10
 
10
 
Line 11... Line 11...
11
	if (strlen(file)<1) {
11
	if (strlen(file)<1) {
12
		printf (CMD_MORE_USAGE);
12
		printf (CMD_MORE_USAGE);
13
		return TRUE;
13
		return TRUE;
Line 85... Line 85...
85
 
85
 
Line 86... Line 86...
86
		}
86
		}
87
	con_set_flags(flags);
87
	con_set_flags(flags);
88
	printf ("\n\r");
88
	printf ("\n\r");
-
 
89
  free(temp);
89
	return TRUE;
90
	return TRUE;
90
}
91
}