diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-22 14:32:49 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-22 14:32:49 -0600 |
commit | 6837f660380d1d5ddff021e6c14273937ff11036 (patch) | |
tree | 1bdcfc61624908a7e555d02d8bc4dc5d47de54f6 /indra/newview | |
parent | 4f205a93edaff3124e2501947b1bc17a9fc8fd21 (diff) |
trivial: convert to unix eol.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index bcda51b500..e64696b120 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -937,10 +937,10 @@ bool LLTextureFetchWorker::doWork(S32 param) { mFileSize = mBufferSize; } - else //the file size is unknown
- {
- mFileSize = S32_MAX ; //flag the file is not fully loaded.
- }
+ else //the file size is unknown + { + mFileSize = S32_MAX ; //flag the file is not fully loaded. + } U8* buffer = new U8[mBufferSize]; if (cur_size > 0) |