update cmm programs

git-svn-id: svn://kolibrios.org@3081 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-12-06 07:49:06 +00:00
parent 675efc8539
commit c8034527ce
9 changed files with 164 additions and 8 deletions

View File

@@ -165,7 +165,7 @@ BDVK getinfo_file_info;
{
mem_Init();
cBufer = mem_Alloc(CopyFile_atr.sizelo);
if (! ReadFile(dword 0, CopyFile_atr.sizelo, cBufer, copy_from))
if (! ReadFile(0, CopyFile_atr.sizelo, cBufer, copy_from))
if (! WriteFile(CopyFile_atr.sizelo, cBufer, copy_in)) return 1;
}
@@ -205,4 +205,4 @@ inline fastcall void GetCurDir( ECX, EDX)
void notify(dword notify_param)
{
RunProgram("@notify", notify_param);
}
}