diff plugins/napster.c @ 1443:336fc98b7f90

[gaim-migrate @ 1453] ha! take that, foul knave committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 02:53:40 +0000
parents 28278bd61403
children 55f67ef24683
line wrap: on
line diff
--- a/plugins/napster.c	Mon Jan 29 01:57:37 2001 +0000
+++ b/plugins/napster.c	Mon Jan 29 02:53:40 2001 +0000
@@ -1187,7 +1187,7 @@
 
 char *gaim_plugin_init(GModule * handle)
 {
-	load_protocol(nap_init);
+	load_protocol(nap_init, sizeof(struct prpl));
 	return NULL;
 }