]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
fix another typo
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 May 2009 17:58:44 +0000 (17:58 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 May 2009 17:58:44 +0000 (17:58 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8969 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 341026ce2e0258fb2e11bea4705171dff35c3a4d..23121a29285dbc513074055a5ced960cf39d4768 100644 (file)
@@ -997,7 +997,7 @@ void Host_Name_f (void)
        }
 
        if (Cmd_Argc () == 2)
-               newNameSource = Cmd_Argv(i);
+               newNameSource = Cmd_Argv(1);
        else
                newNameSource = Cmd_Args();