diff options
author | Jacek Antonelli | 2010-02-08 17:01:00 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-08 17:01:00 -0600 |
commit | d96e672c7fa0cb59ef0c30163326bb40220e745a (patch) | |
tree | 0578f6258788f44f91dbf84eebdb09d994e2a0e5 /linden/indra/llcharacter/llkeyframemotionparam.cpp | |
parent | Fixed login screen only allowing 16 chars per name. (diff) | |
download | meta-impy-d96e672c7fa0cb59ef0c30163326bb40220e745a.zip meta-impy-d96e672c7fa0cb59ef0c30163326bb40220e745a.tar.gz meta-impy-d96e672c7fa0cb59ef0c30163326bb40220e745a.tar.bz2 meta-impy-d96e672c7fa0cb59ef0c30163326bb40220e745a.tar.xz |
Ported many APR changes from Snowglobe.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcharacter/llkeyframemotionparam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llkeyframemotionparam.cpp b/linden/indra/llcharacter/llkeyframemotionparam.cpp index a9c1f6f..3692bf6 100644 --- a/linden/indra/llcharacter/llkeyframemotionparam.cpp +++ b/linden/indra/llcharacter/llkeyframemotionparam.cpp | |||
@@ -355,7 +355,7 @@ BOOL LLKeyframeMotionParam::loadMotions() | |||
355 | //------------------------------------------------------------------------- | 355 | //------------------------------------------------------------------------- |
356 | S32 fileSize = 0; | 356 | S32 fileSize = 0; |
357 | LLAPRFile infile ; | 357 | LLAPRFile infile ; |
358 | infile.open(path, LL_APR_R, NULL, &fileSize); | 358 | infile.open(path, LL_APR_R, LLAPRFile::global, &fileSize); |
359 | apr_file_t* fp = infile.getFileHandle() ; | 359 | apr_file_t* fp = infile.getFileHandle() ; |
360 | if (!fp || fileSize == 0) | 360 | if (!fp || fileSize == 0) |
361 | { | 361 | { |