mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
w32: Allow Unicode filenames for iobuf_cancel.
* common/iobuf.c (iobuf_cancel): Use gnupg_remove * common/mischelp.c (same_file_p): Allow for Unicode names. -- Note that the second patch is used to handle Unicode filenames which are symbolic links.
This commit is contained in:
parent
d2d7a2b128
commit
4ee2009083
3 changed files with 24 additions and 6 deletions
|
@ -1282,7 +1282,7 @@ iobuf_cancel (iobuf_t a)
|
|||
{
|
||||
/* Argg, MSDOS does not allow removing open files. So
|
||||
* we have to do it here */
|
||||
remove (remove_name);
|
||||
gnupg_remove (remove_name);
|
||||
|
||||
xfree (remove_name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue