diff options
Diffstat (limited to 'gnu/libexec/uucp/uucico/protz.c')
-rw-r--r-- | gnu/libexec/uucp/uucico/protz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uucico/protz.c b/gnu/libexec/uucp/uucico/protz.c index 6510df7d798e7..c99ea8fb8d919 100644 --- a/gnu/libexec/uucp/uucico/protz.c +++ b/gnu/libexec/uucp/uucico/protz.c @@ -181,7 +181,7 @@ #include "uucp.h" #if USE_RCS_ID -const char protz_rcsid[] = "$Id: protz.c,v 1.1 1993/08/05 18:27:16 conklin Exp $"; +const char protz_rcsid[] = "$Id: protz.c,v 1.2 1994/05/07 18:13:52 ache Exp $"; #endif #include <errno.h> @@ -2084,7 +2084,7 @@ fifi: cZheaders_received++; break; } - DEBUG_MESSAGE2 (DEBUG_PROTO, "izrecv_hdr: %s, data = 0x%x", + DEBUG_MESSAGE2 (DEBUG_PROTO, "izrecv_hdr: %s, data = 0x%lx", ZZHEADER_NAME(c), rclhdr (hdr)); return c; |