]> code.citadel.org Git - citadel.git/blobdiff - textclient/citadel.c
Poking around in the text client to determine whether we can remove dependency on...
[citadel.git] / textclient / citadel.c
index bb165dd8eb251667f7eb08af0581701c95f87399..d60dfc1e7a1780496745908c5584707621ed83e0 100644 (file)
@@ -374,7 +374,7 @@ void dotgoto(CtdlIPC * ipc, char *towhere, int display_name, int fromungoto)
                scr_printf("%s\n", aaa);
                return;
        }
-       safestrncpy(room_name, room->RRname, ROOMNAMELEN);
+       strncpy(room_name, room->RRname, ROOMNAMELEN);
        room_flags = room->RRflags;
        room_flags2 = room->RRflags2;
        from_floor = curr_floor;