diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-16 15:07:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-16 15:07:08 +0000 |
commit | ff74f51ef8b2d1a46b27e7a6749f0667dbd76497 (patch) | |
tree | 2e42b9d12b821869a6126ba30ae3f764f5c4b00c /plugins/Watrack/proto | |
parent | 35489ce3659220b4ebd25d1b3ab0258115cf10a4 (diff) |
custom base64 functions removed from all pascal plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@5720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/proto')
-rw-r--r-- | plugins/Watrack/proto/proto.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas index 5befc5e2d8..e0e3a94dcf 100644 --- a/plugins/Watrack/proto/proto.pas +++ b/plugins/Watrack/proto/proto.pas @@ -257,7 +257,7 @@ begin curpos:=nil;
if DisablePlugin<>dsPermanent then
begin
- if CallService(MS_WAT_GETMUSICINFO,0,0)=uint_ptr(WAT_PLS_NOTFOUND) then
+ if CallService(MS_WAT_GETMUSICINFO,0,0)=WAT_PLS_NOTFOUND then
begin
s:=#0#0#0'No player found at this time';
textpos:=s+3;
|