diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:42:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:42:56 +0000 |
commit | 81ecfce928b7a9382c442ccf566ed6369b8b2669 (patch) | |
tree | e1d7020d6c78cb0d83ce8ac23b9d55d53cd28ede /plugins/HistoryPlusPlus/hpp_events.pas | |
parent | 3c22d97f8c0bab9fc214a3a3b36ab57ddc1bbfb2 (diff) |
switch to WideStrings
git-svn-id: http://svn.miranda-ng.org/main/trunk@17201 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_events.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_events.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index e99974543a..b301c2f0a7 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -382,7 +382,7 @@ begin end;
end;
-function TextHasUrls(var Text: AnsiString): Boolean;
+function TextHasUrls(var Text: WideString): Boolean;
var
i,len,lenW: Integer;
pText,pPos: PChar;
|