diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-09-25 13:13:05 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-09-25 13:13:05 +0000 |
commit | 95f993680be144ec40fa7f08002faf27a2e229a7 (patch) | |
tree | d1bf8e3174ffbe3e6bb332682b70c694b898da67 /source/files.c | |
parent | ea8394f51c74208866a891def93c55bd6cd3529e (diff) |
Strip trailing whitespace as gi.args() expects.
Properly set maxChars value for input fields on Unix.
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/files.c b/source/files.c index 8eee3fa..9bf7193 100644 --- a/source/files.c +++ b/source/files.c @@ -2414,7 +2414,6 @@ void FS_Shutdown( qboolean total ) { Cmd_RemoveCommand( "path" ); Cmd_RemoveCommand( "fdir" ); Cmd_RemoveCommand( "dir" ); - Cmd_RemoveCommand( "copyfile" ); Cmd_RemoveCommand( "fs_stats" ); Cmd_RemoveCommand( "link" ); Cmd_RemoveCommand( "unlink" ); |