Chromium Code Reviews| Index: tests/autoloader/autoloader_default.c |
| =================================================================== |
| --- tests/autoloader/autoloader_default.c (revision 3898) |
| +++ tests/autoloader/autoloader_default.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); |
| } |