summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-29 12:25:58 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-29 12:25:58 +0000
commit993a5a6b537491f72e484d0e9c77e80315999c0c (patch)
treec5aebdc516f7f99600ad22cde2eed629197a40dd /www
parentRe-add USE_X_PREFIX that I accidentally removed. (diff)
- Fix build on 4.x
Notes
Notes: svn path=/head/; revision=134353
Diffstat (limited to 'www')
-rw-r--r--www/kazehakase/files/patch-src_actions_kz-actions.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/kazehakase/files/patch-src_actions_kz-actions.c b/www/kazehakase/files/patch-src_actions_kz-actions.c
new file mode 100644
index 000000000000..d284828db5fc
--- /dev/null
+++ b/www/kazehakase/files/patch-src_actions_kz-actions.c
@@ -0,0 +1,14 @@
+--- src/actions/kz-actions.c.orig Fri Apr 29 08:19:03 2005
++++ src/actions/kz-actions.c Fri Apr 29 08:19:31 2005
+@@ -893,9 +893,10 @@
+
+ if(counts != 1)
+ {
++ gint st;
+ gchar **temp = g_alloca(sizeof(gchar*) * (counts + 1));
+ splited = g_strsplit(format , "%" , counts);
+- gint st = 0;
++ st = 0;
+
+ for(i = 0; i < counts-1; i++)
+ {