diff --git a/runtime.c b/runtime.c index eb3d91cf..b17e3b14 100644 --- a/runtime.c +++ b/runtime.c @@ -349,7 +349,7 @@ object Cyc_display(object x, FILE *port) fprintf(port, ""); break; case port_tag: - fprintf(port, ""); + fprintf(port, "", ((port_type *)x)->fp); break; case primitive_tag: fprintf(port, "", prim_name(x));