diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:19:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-23 12:19:43 +0000 |
commit | 3c22d97f8c0bab9fc214a3a3b36ab57ddc1bbfb2 (patch) | |
tree | b66e8b3378e285d9e3c19a8cd62d12c705092211 /plugins/HistoryPlusPlus/hpp_events.pas | |
parent | 352fe9cb793622c4a6ccc88e938ae51ed09b6d94 (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@17200 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 848008a37e..e99974543a 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -382,7 +382,7 @@ begin end;
end;
-function TextHasUrls(var Text: String): Boolean;
+function TextHasUrls(var Text: AnsiString): Boolean;
var
i,len,lenW: Integer;
pText,pPos: PChar;
|