diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterdaycycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterdaycycle.cpp b/indra/newview/llfloaterdaycycle.cpp index 6b5b3ee106..eb429d7803 100644 --- a/indra/newview/llfloaterdaycycle.cpp +++ b/indra/newview/llfloaterdaycycle.cpp @@ -554,7 +554,7 @@ void LLFloaterDayCycle::onAddKey(void* userData) break; } - if (sSliderToKey.size() >= max_sliders) + if ((S32)sSliderToKey.size() >= max_sliders) { LLSD args; args["SCOPE"] = LLEnvManager::getScopeString(sScope); |