summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-ae
blob: 3df12432b7c1139d25361fa20c2242ec426e70bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $

--- lib/timezone.c.orig	2005-03-05 21:37:51.000000000 +0100
+++ lib/timezone.c
@@ -126,7 +126,7 @@ exit:
 void rra_timezone_create_id(RRA_Timezone* tzi, char** id)/*{{{*/
 {
   char* name = wstr_to_ascii(tzi->StandardName);
-  char* p;
+  unsigned char* p;
   char buffer[128];
 
   if (!id)