Subversion Repositories Kolibri OS

Rev

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

Rev 9534 Rev 9536
Line 29... Line 29...
29
 
29
 
30
:int copyf(dword from1, in1)
30
:int copyf(dword from1, in1)
31
{
31
{
32
	dword error;
32
	dword error;
-
 
33
	BDVK CopyFile_atr1;
Line 33... Line 34...
33
	BDVK CopyFile_atr1;
34
	copy_state = FILE_DEFAULT;
34
 
35
 
35
	if (!from1) || (!in1)
36
	if (!from1) || (!in1)
36
	{
37
	{