Skip to content
Snippets Groups Projects
Commit 1fda4964 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Fix crash bug in array-style metadata query for nullary functions.

The shortcut way to construct an LLSD array of size n is to assign LLSD() to
array[n-1]. That's fine -- as long as you remember not to do it for n == 0.
parent d6e95923
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment