* syscalls.cc (rename): Use unchanged path_conv in condition.
This commit is contained in:
parent
44587e392d
commit
2bee37bcae
|
@ -1,3 +1,7 @@
|
||||||
|
2007-08-01 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* syscalls.cc (rename): Use unchanged path_conv in condition.
|
||||||
|
|
||||||
2007-08-01 Corinna Vinschen <corinna@vinschen.de>
|
2007-08-01 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* smallprint.cc (__small_vsprintf): Add format specifier 'W' for
|
* smallprint.cc (__small_vsprintf): Add format specifier 'W' for
|
||||||
|
|
|
@ -1478,7 +1478,7 @@ rename (const char *oldpath, const char *newpath)
|
||||||
{
|
{
|
||||||
new2pc.check (newpath, PC_SYM_NOFOLLOW, stat_suffixes);
|
new2pc.check (newpath, PC_SYM_NOFOLLOW, stat_suffixes);
|
||||||
newpc.get_nt_native_path ()->Length -= 4 * sizeof (WCHAR);
|
newpc.get_nt_native_path ()->Length -= 4 * sizeof (WCHAR);
|
||||||
if (newpc.is_binary () || newpc.is_lnk_symlink ())
|
if (new2pc.is_binary () || new2pc.is_lnk_symlink ())
|
||||||
removepc = &new2pc;
|
removepc = &new2pc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue