|
Check-in Number:
|
4849 | |
| Date: |
2004-Nov-17 14:19:09 (local)
2004-Nov-17 13:19:09 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
remember that sv_vsetpvfn() might be an opportunity in the future |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/cfg/perl/cfg.xs 1.2 -> 1.3
--- cfg.xs 2004/11/17 13:14:34 1.2
+++ cfg.xs 2004/11/17 13:19:09 1.3
@@ -420,6 +420,7 @@
PREINIT:
cfg_node_t **r;
CODE:
+ /* FIXME: perhaps use sv_vsetpvfn() to fully emulate C API? */
RETVAL = cfg_node_select(cfg, node, &r, "%s", spec);
if (RETVAL == CFG_OK) {
/* translate C array into Perl array */
|
|