Bugfixes.
* libmu_scm/mu_guile.c: Include setjmp.h. * readmsg/readmsg.c (readmsg_parse_opt): Bugfixes. Patch by Steve Cotton.
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -104,11 +104,11 @@ readmsg_parse_opt (int key, char *arg, struct argp_state *astate) | ... | @@ -104,11 +104,11 @@ readmsg_parse_opt (int key, char *arg, struct argp_state *astate) |
104 | break; | 104 | break; |
105 | 105 | ||
106 | case 'p': | 106 | case 'p': |
107 | mu_argp_node_list_new (&lst, "form-feeds", arg); | 107 | mu_argp_node_list_new (&lst, "form-feeds", "yes"); |
108 | break; | 108 | break; |
109 | 109 | ||
110 | case 'a': | 110 | case 'a': |
111 | mu_argp_node_list_new (&lst, "show-all-match", arg); | 111 | mu_argp_node_list_new (&lst, "show-all-match", "yes"); |
112 | break; | 112 | break; |
113 | 113 | ||
114 | case ARGP_KEY_INIT: | 114 | case ARGP_KEY_INIT: | ... | ... |
-
Please register or sign in to post a comment