Parent Directory
|
Revision Log
|
Patch
| revision 3468 by tg, Thu Aug 9 15:46:10 2007 UTC | revision 3469 by tg, Thu Aug 9 15:50:43 2007 UTC | |
|---|---|---|
| # | Line 202 do_varexpand(struct parser_result *head) | Line 202 do_varexpand(struct parser_result *head) |
| 202 | /* variable content in evar, rest of string in cp */ | /* variable content in evar, rest of string in cp */ |
| 203 | if (evar && evar->value) | if (evar && evar->value) |
| 204 | dp = str_add(dp, evar->value); | dp = str_add(dp, evar->value); |
| 205 | else if (!evar) | |
| 206 | D(1, "warning: expansion in '%s' undefined for '%s'\n", | |
| 207 | entry->value, cp); | |
| 208 | copy_rest: | copy_rest: |
| 209 | dp = str_add(dp, cp); | dp = str_add(dp, cp); |
| 210 | free(entry->value); | free(entry->value); |
|
||||||||
| root@freewrt.org:443 | ViewVC Help |
| Powered by ViewVC 1.1.20 |