Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/Control/ComboBox.cpp')
-rwxr-xr-xWindows/Control/ComboBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/Control/ComboBox.cpp b/Windows/Control/ComboBox.cpp
index 58c9b9c5..5b1d2651 100755
--- a/Windows/Control/ComboBox.cpp
+++ b/Windows/Control/ComboBox.cpp
@@ -51,7 +51,7 @@ LRESULT CComboBox::GetLBText(int index, UString &s)
return len;
}
AString sa;
- int len = GetLBText(index, sa);
+ LRESULT len = GetLBText(index, sa);
if (len == CB_ERR)
return len;
s = GetUnicodeString(sa);