mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
[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)
|
||||
data[blockSize - 1] = '\0';
|
||||
else
|
||||
data[lenFile - 1] = '\0';
|
||||
data[lenFile] = '\0';
|
||||
|
||||
wholeFileContent += data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user