]> code.citadel.org Git - citadel.git/commitdiff
Err?
authorArt Cancro <ajc@citadel.org>
Tue, 20 Oct 1998 03:29:43 +0000 (03:29 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Oct 1998 03:29:43 +0000 (03:29 +0000)
citadel/room_ops.c

index 4a328f2b4b8469f64ca7a2a36500cc6d771aab4d..ad1f32c875ac01c2c1be9fab53c4e3c4ad974437 100644 (file)
@@ -728,7 +728,7 @@ void cmd_goto(char *gargs)
        extract(password,gargs,1);
 
        c=0;
-       getuser(&CC->usersupp,CC->curr_user);
+       getuser(&CC->usersupp, CC->curr_user);
 
        if (!strcasecmp(towhere, "_BASEROOM_"))
                strcpy(towhere, BASEROOM);