diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-20 14:41:07 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-20 14:41:07 +0200 |
| commit | 8c094ceeaa538fdb5dc1d69b6ac73f8574cecb66 (patch) | |
| tree | 6650376bf95f280f52ef67b1c8e6503a729759d3 /Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs | |
| parent | 64755b97545111599362a83b16cd201047534968 (diff) | |
| parent | 1b9f835cb035e365808c1d0d9d85672d0614cbbd (diff) | |
| download | Tango-8c094ceeaa538fdb5dc1d69b6ac73f8574cecb66.tar.gz Tango-8c094ceeaa538fdb5dc1d69b6ac73f8574cecb66.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs index 30d473677..cf7a21e13 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs @@ -134,7 +134,7 @@ namespace Tango.PPC.Common.FileSystem await receiver.SendGenericResponse(new FolderDownloadResponse() { OperationId = operation.Id, - Length = new FileInfo(request.Path).Length + Length = new FileInfo(tempFile).Length }, token); } catch (Exception ex) |
