mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed unused variable warning
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fcb441cbd7
commit
9d4033b043
@ -1721,8 +1721,8 @@ bool PGPHandler::locked_syncPublicKeyring()
|
|||||||
bool PGPHandler::locked_syncTrustDatabase()
|
bool PGPHandler::locked_syncTrustDatabase()
|
||||||
{
|
{
|
||||||
struct stat64 buf ;
|
struct stat64 buf ;
|
||||||
std::wstring wfullname;
|
|
||||||
#ifdef WINDOWS_SYS
|
#ifdef WINDOWS_SYS
|
||||||
|
std::wstring wfullname;
|
||||||
librs::util::ConvertUtf8ToUtf16(_trustdb_path, wfullname);
|
librs::util::ConvertUtf8ToUtf16(_trustdb_path, wfullname);
|
||||||
if(-1 == _wstati64(wfullname.c_str(), &buf))
|
if(-1 == _wstati64(wfullname.c_str(), &buf))
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user