mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: fix const qualifier discard
This commit is contained in:
parent
25c0557f7f
commit
c00e77c02e
@ -357,7 +357,7 @@ void Host_Exec_f( void )
|
||||
byte *f;
|
||||
char *txt;
|
||||
fs_offset_t len;
|
||||
char *arg;
|
||||
const char *arg;
|
||||
|
||||
if( Cmd_Argc() != 2 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user