X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fpicksbr.c;h=bd4c263e614d9f1566ccb567a354f00034ff0a53;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=1e16795f087e346dbaac62f872c714c6b4b13092;hpb=ea7c3f6a1f777578447040c553ebc80dbc252f7d;p=mmh diff --git a/uip/picksbr.c b/uip/picksbr.c index 1e16795..bd4c263 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)); }