forked from KolibriOS/kolibrios
fix for #5804
git-svn-id: svn://kolibrios.org@5806 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a7431a44f0
commit
767dab2561
@ -28,7 +28,7 @@
|
||||
return CopyFolder(from1, in1);
|
||||
else
|
||||
{
|
||||
copyf_Draw_Progress(from1+strchr(from1, '/'));
|
||||
Operation_Draw_Progress(from1+strchr(from1, '/'));
|
||||
return CopyFile(from1, in1);
|
||||
}
|
||||
}
|
||||
@ -92,7 +92,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
copyf_Draw_Progress(filename);
|
||||
Operation_Draw_Progress(filename);
|
||||
if (error=CopyFile(#copy_from2, #copy_in2))
|
||||
{
|
||||
if (fabs(error)==8) { debugln("Stop copying."); break;} //TODO: may be need grobal var like stop_all
|
||||
|
Loading…
Reference in New Issue
Block a user