diff -r 8eb466827540 -r 95c28297b72c src/protocols/yahoo/yahoochat.c --- a/src/protocols/yahoo/yahoochat.c Sun Jun 06 20:56:54 2004 +0000 +++ b/src/protocols/yahoo/yahoochat.c Mon Jun 07 04:01:00 2004 +0000 @@ -1331,7 +1331,7 @@ rl = gaim_roomlist_new(gaim_connection_get_account(gc)); yrl->list = rl; - gaim_url_parse(url, &(yrl->host), NULL, &(yrl->path)); + gaim_url_parse(url, &(yrl->host), NULL, &(yrl->path), NULL, NULL); g_free(url); f = gaim_roomlist_field_new(GAIM_ROOMLIST_FIELD_STRING, "", "room", TRUE); @@ -1408,7 +1408,7 @@ yrl->cat = category; list->proto_data = g_list_append(list->proto_data, yrl); - gaim_url_parse(url, &(yrl->host), NULL, &(yrl->path)); + gaim_url_parse(url, &(yrl->host), NULL, &(yrl->path), NULL, NULL); g_free(url); yrl->ucat = gaim_roomlist_room_new(GAIM_ROOMLIST_ROOMTYPE_CATEGORY, _("User Rooms"), yrl->cat);