diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-05-05 23:36:01 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-05-05 23:36:01 +0000 |
commit | 2abb37ac482ea1d47a516784c2f23538dcc18e5d (patch) | |
tree | b3f82b3d33f82b48ea41e0d1de8c03392b47dad5 /source/files.c | |
parent | 0bd55fbf794d11385bcc64b01b81e8e478295bad (diff) |
Fixed compilation issue.
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 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 ".." |