Index: act_idpath.c =================================================================== --- act_idpath.c (revision 26183) +++ act_idpath.c (revision 26184) @@ -150,8 +150,9 @@ return 0; case act_read_keywords_print: -TODO("print"); - break; + res->type = FGW_STR | FGW_DYN; + res->val.str = pcb_idpath2str(idp, 0); + return 0; } return -1;