]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
Added the RTLD_GLOBAL flag to the dlopen call, since some systems seem to require...
[xonotic/darkplaces.git] / sys_linux.c
index 4bdaf077dfd565b44cf18bcbb34198d2ed6f7ddc..1ee5b729dc76b09b505ea25012a3475f488eb459 100644 (file)
@@ -142,7 +142,7 @@ char *Sys_ConsoleInput(void)
        if (cls.state == ca_dedicated)
        {
                static char text[256];
-               static int len = 0;
+               static unsigned int len = 0;
 #ifdef WIN32
                int c;