From 39b797b7bbb452bc3fc0b4b6af30b7f7fe13304a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 11 Nov 2012 18:26:31 +0100 Subject: Fix WMPA compilation without the WDK --- plugins/wmpa/hexchat-plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wmpa/hexchat-plugin.cpp') 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"); -- cgit 1.4.1