diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-20 04:49:45 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-20 04:49:45 +0200 |
| commit | 1b9f835cb035e365808c1d0d9d85672d0614cbbd (patch) | |
| tree | c86a31bf039efffa6cf5a092e10c732f74cb3aed /Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs | |
| parent | d2c68a8f4d522b1b27a3ccfb28673c4053975169 (diff) | |
| download | Tango-1b9f835cb035e365808c1d0d9d85672d0614cbbd.tar.gz Tango-1b9f835cb035e365808c1d0d9d85672d0614cbbd.zip | |
Folder download
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) |
