diff options
Diffstat (limited to 'plugins/wmpa/hexchat-plugin.cpp')
-rw-r--r-- | plugins/wmpa/hexchat-plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wmpa/hexchat-plugin.cpp b/plugins/wmpa/hexchat-plugin.cpp index 956218d2..7b8c2753 100644 --- a/plugins/wmpa/hexchat-plugin.cpp +++ b/plugins/wmpa/hexchat-plugin.cpp @@ -472,7 +472,7 @@ CString wmpaGetSongTitle(void) CWMPMedia media = wmp->GetCurrentMedia(); if (media == NULL) { hexchat_printf(ph, "WMPA: Could not get current media"); - return(HEXCHAT_EAT_ALL); + return(CString ("%d", HEXCHAT_EAT_ALL)); } CString artist = media.getItemInfo("Artist"); |