summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1af33bc)
Two logical-or operators in a row don't upset gcc. Who said parsing was
a solved problem?
fflush(stdout);
code = geta();
fflush(stdout);
code = geta();
((cred = mh_oauth_authorize(code, ctx)) == NULL
&& mh_oauth_get_err_code(ctx) == MH_OAUTH_BAD_GRANT)) {
printf(!*code ? "Empty code; try again? " : "Code rejected; try again? ");
((cred = mh_oauth_authorize(code, ctx)) == NULL
&& mh_oauth_get_err_code(ctx) == MH_OAUTH_BAD_GRANT)) {
printf(!*code ? "Empty code; try again? " : "Code rejected; try again? ");