mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 08:07:31 -04:00
fixed saving of bdboot.txt on windows (patch from electron)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7657 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2912b533a5
commit
47263daa72
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ bool bdFile::renameFile(const std::string& from, const std::string& to)
|
|||
{
|
||||
int loops = 0;
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
#ifdef WIN32
|
||||
std::wstring f;
|
||||
librs::util::ConvertUtf8ToUtf16(from, f);
|
||||
std::wstring t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue