diff options
Diffstat (limited to '3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp')
-rw-r--r-- | 3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp b/3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp index c6d5a8d688b..febc61ef992 100644 --- a/3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp +++ b/3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp @@ -51,7 +51,7 @@ LRESULT CComboBox::GetLBText(int index, UString &s) return len; if (len > len2) len = len2; - s.ReleaseBuf_CalcLen(len); + s.ReleaseBuf_CalcLen((unsigned)len); return len; } AString sa; |