]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
open client sockets before video starts, so that the Windows Firewall
[xonotic/darkplaces.git] / cl_parse.c
index 77ffee399c4fedeb0407fa13e89ba42c6244104b..d6b70ac250c72a93e6210bc714890b903c05bcc0 100644 (file)
@@ -2716,7 +2716,7 @@ static void CL_IPLog_Load(void)
                        text++;
                if (line[0] == '/' && line[1] == '/')
                        continue; // skip comments if anyone happens to add them
-               for (i = 0;i < len && line[i] > ' ';i++)
+               for (i = 0;i < len && !ISWHITESPACE(line[i]);i++)
                        address[i] = line[i];
                address[i] = 0;
                // skip exactly one space character