1031a7b791
libspf2 is an implementation of the Sender Policy Framework (SPF). ok jakob@ merdely@
13 lines
458 B
Plaintext
13 lines
458 B
Plaintext
$OpenBSD: patch-src_libspf2_spf_id2str_c,v 1.1.1.1 2008/01/30 15:58:50 okan Exp $
|
|
--- src/libspf2/spf_id2str.c.orig Wed Feb 23 22:33:16 2005
|
|
+++ src/libspf2/spf_id2str.c Thu Jan 24 21:55:04 2008
|
|
@@ -309,7 +309,7 @@ SPF_record_stringify( SPF_record_t *spf_record, char *
|
|
p_end = *bufp + *buflenp;
|
|
|
|
if (debug)
|
|
- SPF_debugf("stringify: Buffer length is %d\n", *buflenp);
|
|
+ SPF_debugf("stringify: Buffer length is %u\n", (unsigned int)*buflenp);
|
|
|
|
|
|
/*
|