mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling under Mac OS X
This commit is contained in:
parent
2c8280b12c
commit
45f0cf4614
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ begin
|
|||
begin
|
||||
// Operation callback function not found, may be plugin call progress function
|
||||
// from non operation thread, call global progress function in this case
|
||||
DCDebug('Warning UpdateProgressFunction does not found for thread ' + hexStr(GetCurrentThreadId, SizeOf(TThreadID)));
|
||||
DCDebug('Warning UpdateProgressFunction does not found for thread ' + hexStr(Pointer(GetCurrentThreadId)));
|
||||
CallbackDataClass:= TCallbackDataClass(WfxOperationList.Objects[PluginNr]);
|
||||
if Assigned(CallbackDataClass) and Assigned(CallbackDataClass.UpdateProgressFunction) then
|
||||
Result:= CallbackDataClass.UpdateProgressFunction(SourceName, TargetName, PercentDone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue