summaryrefslogtreecommitdiff
path: root/src/rep.c
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-07 20:13:04 +0000
committerStef Walter <stef@thewalter.net>2004-04-07 20:13:04 +0000
commita367e18f1faa1b3b60249f82f18bfbd85669603f (patch)
tree39262d368da7f8698bb9315c31ebda12db0fa57a /src/rep.c
parent58523416357dd391c7db7cec6d96a36ce29adece (diff)
Linux port
Diffstat (limited to 'src/rep.c')
-rw-r--r--src/rep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rep.c b/src/rep.c
index 6ff03c3..5eda279 100644
--- a/src/rep.c
+++ b/src/rep.c
@@ -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