diff options
-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 4f9974a..5d2b7cc 100644 --- a/source/files.c +++ b/source/files.c @@ -231,7 +231,6 @@ qboolean FS_ValidatePath( const char *s ) { return qfalse; } - back = 0; start = s; while( *s ) { // check for ".." |