diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-01 23:11:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-01 23:11:39 +0000 |
commit | 8ef40f0bd018c6f9295977c206714db8d1e6159c (patch) | |
tree | 2acbdcb3743bb4d1b6bbfc49953cc164b11a6089 /plugins/Actman/i_action.inc | |
parent | 427891e0d28becb428ae8435954399f2e4daa9fe (diff) |
code cleanup for pascal plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@3828 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|