diff options
Diffstat (limited to 'src/rep.c')
-rw-r--r-- | src/rep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ int replaceFolder(r_context* ctx, char* folder) * Change directory back to where we saved it * the reason we do this is that in some cases (sub-folders) */ - _chdir(old); + chdir(old); } #ifdef _WIN32 |