[3.0] update dependencies of yelp (mozilla out, libunique webkit, yelp-xsl in)
[jhbuild.git] / patches / scrollkeeper_language_fix.patch
blob946cef5d1a5a91c8777b646a62242718d05d9950
1 diff -Nur scrollkeeper-0.3.14.orig/libs/i18n.c scrollkeeper-0.3.14/libs/i18n.c
2 --- scrollkeeper-0.3.14.orig/libs/i18n.c 2003-11-10 00:05:36.000000000 +0100
3 +++ scrollkeeper-0.3.14/libs/i18n.c 2005-08-26 22:55:13.000000000 +0200
4 @@ -206,7 +206,7 @@
5 count++;
8 - tab = (char ***)malloc(sizeof(char **) * count);
9 + tab = (char ***)malloc(sizeof(char **) * (count + 1));
11 str = strdup(lang);
12 check_ptr(str, "");