Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: tests/photo/photo.cc

Issue 5622003: Restructure the structs/unions involved in SRPC argument passing. This will... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/photo/nacl_file.cc ('k') | tests/quake/nacl_file.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/photo/photo.cc
===================================================================
--- tests/photo/photo.cc (revision 3898)
+++ tests/photo/photo.cc (working copy)
@@ -550,7 +550,7 @@
NaClSrpcArg** in_args,
NaClSrpcArg** out_args,
NaClSrpcClosure* done) {
- char* filename = in_args[0]->u.sval;
+ char* filename = in_args[0]->arrays.str;
g_darkroom.SetLoadFilename(filename);
rpc->result = NACL_SRPC_RESULT_OK;
done->Run(done);
« no previous file with comments | « tests/photo/nacl_file.cc ('k') | tests/quake/nacl_file.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698