* ACK! Mental note: Copying and pasting in vi is _not_ foolproof. This nasty, and...
authorBrian <brian@uncensored.citadel.org>
Tue, 5 Feb 2002 02:36:31 +0000 (02:36 +0000)
committerBrian <brian@uncensored.citadel.org>
Tue, 5 Feb 2002 02:36:31 +0000 (02:36 +0000)
bug has been squashed after it reared its head completely accidentally in Infusion.

libCxClient/src/rooms.c

index 51cbef65a7326f07c59969eac72ba83ed0ba9749..6ba5e531b493ea52d7c9bd3da74961bbe9880146 100644 (file)
@@ -62,7 +62,7 @@ int           rc, i;
                        room_info->mailroom = (short int) atoi(g_Ser[7]);
                        room_info->aide = (short int) atoi(g_Ser[8]);
                        room_info->msgs_newmail = atol(g_Ser[9]);
-                       room_info->floor_id = atol(g_Ser[9]);
+                       room_info->floor_id = atol(g_Ser[10]);
 
                        DPF((DFA,"MEM/MDA:\t-1\t@0x%08x (Needs manual deallocation)", room_info));