trivial follow-up

This commit is contained in:
Kamil Dudka 2010-05-06 14:27:36 +00:00
parent e6446fceb3
commit 8244b13d4a
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ index 5dbf3b3..72691ed 100644
+run_in_dir (const struct saved_cwd *there,
+ int (*callback)(void*), void *usercontext)
+{
+ int err, saved_errno;
+ int err = -1, saved_errno;
+ struct saved_cwd here;
+ if (0 == save_cwd (&here))
+ {