Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
86cd5f9eff
  1. 2
      pnacl_main.h

2
pnacl_main.h

@ -194,7 +194,7 @@ static int ParseMessage(struct PP_Var message,const char **out_function,struct P
*out_function = VarToCStr(cmd_value);
g_ppb_var->Release(cmd_value);
*out_params = GetDictVar(message, "args");
if ( (jsonstr= VarToCStr(*out_params)) != 0 )
if ( (jsonstr= (char *)VarToCStr(*out_params)) != 0 )
{
PNACL_message("Parse.(%s) cmd.(%s)\n",*out_function,jsonstr);
if ( cmd_value.type != PP_VARTYPE_STRING )

Loading…
Cancel
Save