X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_rooms.c;h=ffd3037fb9dfd4018ecfa898f02a1ca9a9487bc2;hp=d789372a3443834fee7859356a46a1ea0f6936db;hb=7f9d699a7f73ac27bcbde2075a8758744036fb98;hpb=4a15af614c3957ed5f7092c27cd0cb954c725eac diff --git a/citadel/modules/ctdlproto/serv_rooms.c b/citadel/modules/ctdlproto/serv_rooms.c index d789372a3..ffd3037fb 100644 --- a/citadel/modules/ctdlproto/serv_rooms.c +++ b/citadel/modules/ctdlproto/serv_rooms.c @@ -1,7 +1,7 @@ /* * Server functions which perform operations on room objects. * - * Copyright (c) 1987-2017 by the citadel.org team + * Copyright (c) 1987-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -716,7 +716,7 @@ void cmd_seta(char *new_ra) */ void cmd_rinf(char *argbuf) { - struct CtdlMessage *msg = CtdlFetchMessage(CC->room.msgnum_info, 1, 1); + struct CtdlMessage *msg = CtdlFetchMessage(CC->room.msgnum_info, 1); if (msg != NULL) { cprintf("%d Info:\n", LISTING_FOLLOWS); CtdlOutputPreLoadedMsg(msg, MT_CITADEL, HEADERS_NONE, 0, 0, 0);