From 9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 29 Nov 2018 13:15:09 +0200 Subject: Working on machine studio storage module. --- Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs') diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs index 069b1743d..06c966649 100644 --- a/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs +++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageFile.cs @@ -9,6 +9,6 @@ namespace Tango.Integration.Storage { public class StorageFile : StorageItem { - public int Length { get; set; } + public long Length { get; set; } } } -- cgit v1.3.1