From 7a32df880e27d507d099848062b2fcaed1c5e283 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 21 May 2009 19:51:59 +0000 Subject: [PATCH] * Applied matt's patch for making +/- work properly --- citadel/citadel.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/citadel/citadel.c b/citadel/citadel.c index 5dca5ccee..f8eb4e142 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -768,16 +768,6 @@ void gotoroomstep(CtdlIPC *ipc, int direction, int mode) char rmname[ROOMNAMELEN]; int rmslot = 0; int rmtotal; - struct ctdlroom *attr = NULL; - - /* Fetch the existing room config */ - r = CtdlIPCGetRoomAttributes(ipc, &attr, buf); - if (r / 100 != 2) { - scr_printf("%s\n", buf); - return; - } - strcpy (room_name , attr->QRname); - free(attr); /* Ask the server for a room list */ r = CtdlIPCKnownRooms(ipc, SubscribedRooms, (-1), &listing, buf); -- 2.39.2