result = ucl_object_emit_len (obj, type, &len); if (result != NULL) { lua_pushstring (L, (const char *)result); lua_pushlstring (L, (const char *)result, len); free (result); } else { 0 comments on commit 3a04c92 Please sign in to comment. Footer...