forked from cory/tildefriends
Formatting.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4086 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -34,7 +34,8 @@ static void _tf_ssb_rpc_blobs_get(tf_ssb_connection_t* connection, uint8_t flags
|
||||
for (int i = 0; i < length; i++)
|
||||
{
|
||||
JSValue arg = JS_GetPropertyUint32(context, ids, i);
|
||||
if (!JS_IsString(arg)) {
|
||||
if (!JS_IsString(arg))
|
||||
{
|
||||
JSValue key = JS_GetPropertyStr(context, arg, "key");
|
||||
JS_FreeValue(context, arg);
|
||||
arg = key;
|
||||
|
Reference in New Issue
Block a user