]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
- Sys_LoadLibrary now accepts several possible names for a DLL (it fixes
[xonotic/darkplaces.git] / prvm_cmds.c
index 4bf7209baf33608520d2fe9e019921914a62f968..323b5377a1106cf6ff05f8de4bfd8bc8fe259d0d 100644 (file)
@@ -3106,7 +3106,7 @@ void VM_altstr_set( void )
        for( ; *str; *out++ = *str++ );
        // now jump over the old contents
        for( ; *in ; in++ )
-               if( *in == '\'' || *in == '\\' && !*++in )
+               if( *in == '\'' || (*in == '\\' && !*++in) )
                        break;
        
        if( !in ) {