From 5ca0f5cdf6f42f4622da68d798af5646a001fef9 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 15 Dec 2014 18:55:29 +0000 Subject: pascal units: [de]capitalization Actman 30: small-small fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils.pas/sparam.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Utils.pas/sparam.pas') diff --git a/plugins/Utils.pas/sparam.pas b/plugins/Utils.pas/sparam.pas index 623391769e..cf8077d59b 100644 --- a/plugins/Utils.pas/sparam.pas +++ b/plugins/Utils.pas/sparam.pas @@ -195,7 +195,7 @@ begin if pp^<>#0 then begin dst[j+1]:='-'; dst[j+2]:=' '; inc(j,3); - FastAnsitoWideBuf(pp+1,dst+j); + FastAnsiToWideBuf(pp+1,dst+j); StrCopyW(dst+j,TranslateW(dst+j)); end; ltype:=ACF_NUMBER; @@ -203,7 +203,7 @@ begin else begin ltype:=FixParam(src); - StrCopyW(dst,TranslateW(FastAnsitoWideBuf(src,dst))); + StrCopyW(dst,TranslateW(FastAnsiToWideBuf(src,dst))); end; if pc<>nil then -- cgit v1.2.3