diff options
| author | George Hazan <ghazan@miranda.im> | 2023-04-18 18:54:53 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-04-18 18:54:53 +0300 |
| commit | 3c5a1a6af8e6cfbd53d0dacffc74819cb1eba2c9 (patch) | |
| tree | b2c823a79223a2a2e9914c8a365b534ba6ce3479 /include | |
| parent | f40769c8194baedf0ade3eec7c7e3c2676e0e2ab (diff) | |
file size -> 64 bits
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_database.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_database.h b/include/m_database.h index b8a2ce2c86..42c787aa81 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -716,8 +716,8 @@ namespace DB __forceinline const wchar_t* getName() const { return m_wszFileName; }
__forceinline const wchar_t* getDescr() const { return m_wszDescription; }
- __forceinline uint32_t getSize() const { return m_iFileSize; }
- __forceinline uint32_t getTransferred() const { return m_iTransferred; }
+ __forceinline int64_t getSize() const { return m_iFileSize; }
+ __forceinline int64_t getTransferred() const { return m_iTransferred; }
bool isCompleted() const;
__forceinline bool isOffline() const { return m_szProtoString != nullptr; }
|
