mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: MacCloud/DropBox: unicode escape issue when upload large file
This commit is contained in:
parent
4b54c96820
commit
e8154a4e48
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ var
|
|||
TJsonUtil.setString( jsonCommit, 'path', _serverPath );
|
||||
TJsonUtil.setString( jsonCommit, 'mode', 'overwrite' );
|
||||
|
||||
Result:= TJsonUtil.dumps( ['cursor',jsonCursor, 'commit',jsonCommit] );
|
||||
Result:= TJsonUtil.dumps( ['cursor',jsonCursor, 'commit',jsonCommit], True );
|
||||
|
||||
jsonCursor.release;
|
||||
jsonCommit.release;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue