summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent/files/patch-Unaccent.xs
blob: 38aeb4c0fce74fa04e0c57d97196d0f97f84e861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Unaccent.xs.orig	2004-12-29 02:45:18.000000000 -0900
+++ Unaccent.xs	2012-03-15 17:04:26.000000000 -0800
@@ -35,7 +35,7 @@
 #include "unac.h"
 
 static char* buffer;
-static int buffer_length;
+static size_t buffer_length;
 
 static void unac_debug_print(const char* message, void* data)
 {