diff --git a/src/ChangeLog b/src/ChangeLog index 1ad98a659..45f301611 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-06-26 Pavel Tsekov + + * vfsdummy.h [!USE_VFS] (mc_getlocalcopy): Implement. + 2006-06-17 Pavel Tsekov * mountlist.c (fstype_to_string): Update the code to match its diff --git a/src/vfsdummy.h b/src/vfsdummy.h index 26e4fc5bf..06d39c229 100644 --- a/src/vfsdummy.h +++ b/src/vfsdummy.h @@ -46,7 +46,7 @@ return_zero (void) #define mc_setctl(a,b,c) return_zero() #define mc_get_current_wd(x,size) get_current_wd (x, size) -#define mc_getlocalcopy(x) NULL +#define mc_getlocalcopy(x) vfs_canon(x) #define mc_ungetlocalcopy(x,y,z) do { } while (0) #define vfs_init() do { } while (0)