Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2013 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4997300 to your computer and use it in GitHub Desktop.
Save anonymous/4997300 to your computer and use it in GitHub Desktop.
diff --git a/src/ui.c b/src/ui.c
index d5def60..bf2cdc2 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -181,6 +181,7 @@ int BarUiPianoCall (BarApp_t * const app, PianoRequestType_t type,
PianoDestroyRequest (&req);
return 0;
}
+ printf ("%s\n", req.responseData);
*pRet = PianoResponse (&app->ph, &req);
if (*pRet != PIANO_RET_CONTINUE_REQUEST) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment