diff options
Diffstat (limited to 'plugins/Actman/i_action.inc')
-rw-r--r-- | plugins/Actman/i_action.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Actman/i_action.inc b/plugins/Actman/i_action.inc index 1dd9719d35..390f745bf8 100644 --- a/plugins/Actman/i_action.inc +++ b/plugins/Actman/i_action.inc @@ -198,7 +198,7 @@ begin vars1:=false;
tmpp:=replPrg;
end;
-
+
if StrScanW(tmpp,'%')<>nil then
begin
mGetMem(replPrg1,8192*SizeOf(WideChar));
@@ -263,7 +263,7 @@ begin begin
if (flags2 and ACF2_SRV_SRVC)<>0 then
lservice:=ParseVarString(lservice,Param);
-
+
StrCopy(buf,lservice);
if StrPos(lservice,protostr)<>nil then
if CallService(MS_DB_CONTACT_IS,Param,0)=0 then
@@ -677,7 +677,6 @@ begin begin
StrDeleteW(dst,i shr 16,loword(i));
ConvertFileName(r.text,buf);
-// CallService(MS_UTILS_PATHTOABSOLUTE,dword(r.text),dword(@buf));
lp:=GetFileString(@buf,r.one);
if lp<>nil then
begin
|