diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-09 03:20:33 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 56b6d2078a87e180ed62a9eda7113078b5f2e89c (patch) | |
| tree | d2fed0b5cf5ea3cbe5069854d8ed2bfdd2c4ec18 /src | |
| parent | e9788e390d5fe0e326a39762a04c628111bc0e84 (diff) | |
Removed trailing '/' from temp starting paths.
Diffstat (limited to 'src')
| -rw-r--r-- | src/winfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winfiles.c b/src/winfiles.c index 76a8a0f..59f80a2 100644 --- a/src/winfiles.c +++ b/src/winfiles.c @@ -189,5 +189,5 @@ int CloseGameDirectory(void *dir) void InitGameDirectories(char *argv0) { - SetGameDirectories("local/", "./"); + SetGameDirectories("local", "."); } |
