summary refs log tree commit diff stats
path: root/plugins/dns/dns.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 11:35:39 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 11:35:39 +0100
commita51a69134b8bdc94cfb4dcc1403e33cce24d34bc (patch)
treea257e588c8d13d8d275450b8903c924145e5835f /plugins/dns/dns.c
parent82936df2af3993c2e234042c450e0e9630b045d4 (diff)
Nah, even more rebranding
Diffstat (limited to 'plugins/dns/dns.c')
-rw-r--r--plugins/dns/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c
index 2f56e006..b1c4c6ac 100644
--- a/plugins/dns/dns.c
+++ b/plugins/dns/dns.c
@@ -67,7 +67,7 @@ waitline (void *source, char *buf, int bufsize)
 	{
 		len = 1;
 		/* we can't read() here, due to glib's giowin32 */
-		if (ph->xchat_read_fd (ph, source, buf + i, &len) != 0)
+		if (ph->hexchat_read_fd (ph, source, buf + i, &len) != 0)
 		{
 			return -1;
 		}