summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-as
blob: 64f56193f3f2cba471f1163c4ba2f419a5443a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.6 2005/07/03 15:23:34 wulf Exp $

--- src/rrd_cgi.c.orig	2005-05-28 22:31:55.000000000 +0930
+++ src/rrd_cgi.c	2005-06-19 14:03:09.000000000 +0930
@@ -352,7 +352,7 @@
 
 	if (!filter) {
 		printf ("Content-Type: text/html\n" 
-				"Content-Length: %d\n", 
+				"Content-Length: %zd\n", 
 				strlen(buffer));
 
 		if (labs(goodfor) > 0) {