X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5c01446c027960e00b33f623212de645475569aa..eae4e80fddb67ed353f32a54c9eeed1c1527e5a9:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index 432bcf10..a5184799 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -519,7 +519,10 @@ PRaction (struct nexus *n, int level) dasctime (&n->n_tws, TW_NULL)); return; } - fprintf(stderr, "UNKNOWN(%#llx)\n", (unsigned long long)n->n_action); + + generic_pointer gp; + gp.f = (void (*)(void))n->n_action; + fprintf(stderr, "UNKNOWN(%p)\n", gp.v); } @@ -955,7 +958,7 @@ TWSaction(struct nexus *n, FILE *fp, int msgnum, long start, long stop) return 0; default: - adios (NULL, "internal error -- you lose"); + die("internal error -- you lose"); } break; }