summaryrefslogtreecommitdiff
path: root/source/sys_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r--source/sys_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c
index bb9bbf7..90031b2 100644
--- a/source/sys_unix.c
+++ b/source/sys_unix.c
@@ -817,7 +817,7 @@ void Sys_Init( void ) {
Sys_InitTTY();
} else {
Com_DPrintf( "stdin in not a tty, tty input disabled.\n" );
- Cvar_SetInteger( "sys_stdio", 1 );
+ Cvar_Set( "sys_stdio", "1" );
}
}
}