Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Testicular Slingshot
Alchemy Viewer
Commits
e001308c
Commit
e001308c
authored
May 31, 2016
by
Cinder
Browse files
Catch it all, idgaf
parent
ed7043cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llviewermessage.cpp
View file @
e001308c
...
...
@@ -2203,20 +2203,14 @@ static bool parse_lure_bucket(const std::string& bucket,
ly
=
std
::
stoi
(
*
(
++
iter
));
lz
=
std
::
stoi
(
*
(
++
iter
));
}
catch
(
const
std
::
invalid_argument
&
)
{
LL_WARNS
(
"parse_lure_bucket"
)
<<
"Couldn't parse lure bucket."
<<
LL_ENDL
;
return
false
;
}
catch
(
const
std
::
out_of_range
&
)
catch
(...)
{
LL_WARNS
(
"parse_lure_bucket"
)
<<
"Couldn't parse lure bucket."
<<
LL_ENDL
;
return
false
;
}
// Grab region access
region_access
=
SIM_ACCESS_MIN
;
if
(
++
iter
!=
tokens
.
end
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment