summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-09-07 13:27:49 -0600
committerXiaohong Bao <bao@lindenlab.com>2010-09-07 13:27:49 -0600
commita0611b5a01a2f1eb336d4a69808b7b7f294cbc32 (patch)
treea19eb2d8e0a0f9e76a4c89a4b7dd37759ead9719 /indra/llimage
parent16031c354ff37462acac4d2dd1effe0af9a8745a (diff)
parent497d35af488f25061ea6833539cd8e3c05e4a5b2 (diff)
Automated merge with http://bitbucket.org/TheShining/viewer-development
Diffstat (limited to 'indra/llimage')
-rw-r--r--indra/llimage/llimage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp
index be0ab9fcb7..5c33b675ca 100644
--- a/indra/llimage/llimage.cpp
+++ b/indra/llimage/llimage.cpp
@@ -147,7 +147,7 @@ U8* LLImageBase::allocateData(S32 size)
size = mWidth * mHeight * mComponents;
if (size <= 0)
{
- llerrs << llformat("LLImageBase::allocateData called with bad dimensions: %dx%dx%d",mWidth,mHeight,mComponents) << llendl;
+ llerrs << llformat("LLImageBase::allocateData called with bad dimensions: %dx%dx%d",mWidth,mHeight,(S32)mComponents) << llendl;
}
}