]> git.marmaro.de Git - mmh/blobdiff - uip/picksbr.c
Fix the test for sasl.h to look in the correct place.
[mmh] / uip / picksbr.c
index 1e16795f087e346dbaac62f872c714c6b4b13092..61d5afb88e3df8599d0bdcd8fc0a968968f4f1ec 100644 (file)
@@ -538,7 +538,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));
 }