summaryrefslogtreecommitdiffstats
path: root/omfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfwd.c')
-rw-r--r--omfwd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/omfwd.c b/omfwd.c
index e1b20464..0b1db927 100644
--- a/omfwd.c
+++ b/omfwd.c
@@ -99,6 +99,12 @@ CODESTARTfreeInstance
ENDfreeInstance
+BEGINdbgPrintInstInfo
+CODESTARTdbgPrintInstInfo
+ printf("%s", f->f_un.f_forw.f_hname);
+ENDdbgPrintInstInfo
+
+
BEGINdoAction
char *psz; /* temporary buffering */
register unsigned l;