Index: tests/contest_issues/issue55.c |
=================================================================== |
--- tests/contest_issues/issue55.c (revision 3898) |
+++ tests/contest_issues/issue55.c (working copy) |
@@ -34,7 +34,7 @@ |
/* |
* Strdup must be used because the SRPC layer frees the string passed to it. |
*/ |
- out_args[0]->u.sval.str = strdup("hello, world."); |
+ out_args[0]->arrays.str = strdup("hello, world."); |
rpc->result = NACL_SRPC_RESULT_OK; |
done->Run(done); |
} |