Parent Directory
|
Revision Log
|
Patch
| Revision 2882 | Revision 2884 | ||
|---|---|---|---|
| … | … | ||
| 174 | if (flags & o->o_opt) { | 174 | if (flags & o->o_opt) { |
| 175 | if (! options) | 175 | if (! options) |
| 176 | options = rc_xstrdup (o->o_name); | 176 | options = rc_xstrdup (o->o_name); |
| 177 | else { | 177 | else { |
| 178 | char *tmp = NULL; | 178 | char *tmp = NULL; |
| 179 | asprintf (&tmp, "%s, %s", options, o->o_name); | 179 | asprintf (&tmp, "%s,%s", options, o->o_name); |
| 180 | free (options); | 180 | free (options); |
| 181 | options = tmp; | 181 | options = tmp; |
| 182 | } | 182 | } |
| 183 | } | 183 | } |
| 184 | flags &= ~o->o_opt; | 184 | flags &= ~o->o_opt; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |