X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ea7c3f6a1f777578447040c553ebc80dbc252f7d..d4e112ae5fad828f33e3a44de40c6e5db7db51ad:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index 1e16795f..bd4c263e 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -2,8 +2,6 @@ /* * picksbr.c -- routines to help pick along... * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -538,7 +536,8 @@ PRaction (struct nexus *n, int level) dasctime (&n->n_tws, TW_NULL)); return; } - fprintf (stderr, "UNKNOWN(0x%x)\n", (unsigned int) (*n->n_action)); + fprintf (stderr, "UNKNOWN(0x%x)\n", + (unsigned int)(unsigned long) (*n->n_action)); }