mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
fixed a few bugs in new TorManager
This commit is contained in:
parent
a757419d65
commit
7c77cfd603
7 changed files with 23 additions and 15 deletions
|
@ -82,7 +82,7 @@ bool CryptoKey::loadFromFile(const std::string& path)
|
|||
ByteArray data ;
|
||||
int c;
|
||||
while(EOF != (c=fgetc(file)))
|
||||
data.append((unsigned char)c);
|
||||
data.push_back((unsigned char)c);
|
||||
|
||||
fclose(file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue