[BUG_FIXED] Fix Setting on Cloud for dropbox not working issue.
This commit is contained in:
parent
1f8ad1e75c
commit
73f47a2c04
@ -58,7 +58,7 @@ std::string getFileContent(const TCHAR *file2read)
|
|||||||
if (lenFile >= blockSize - 1)
|
if (lenFile >= blockSize - 1)
|
||||||
data[blockSize - 1] = '\0';
|
data[blockSize - 1] = '\0';
|
||||||
else
|
else
|
||||||
data[lenFile - 1] = '\0';
|
data[lenFile] = '\0';
|
||||||
|
|
||||||
wholeFileContent += data;
|
wholeFileContent += data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user