From e681eafa78262d0c177832d67900687f2c938081 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 08:42:48 +0100 Subject: Rebranding for the rest of plugin* --- plugins/mpcinfo/functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mpcinfo/functions.c') diff --git a/plugins/mpcinfo/functions.c b/plugins/mpcinfo/functions.c index ed0632d4..ba6ba519 100644 --- a/plugins/mpcinfo/functions.c +++ b/plugins/mpcinfo/functions.c @@ -117,7 +117,7 @@ char *readLine(FILE *f){ else buffer[pos]=(char)cc;pos++; } } - if (buffer[pos]==EOF) xchat_printf(ph,"EOF: %i\n",pos); + if (buffer[pos]==EOF) hexchat_printf(ph,"EOF: %i\n",pos); return buffer; } -- cgit 1.4.1