diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-06 14:49:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-06 14:49:12 +0000 |
commit | c0d0e988ef55e49bbff337b856cf2ce01e4673ce (patch) | |
tree | ac2cc7889a649a4659fc4ee731afb16e7f29dccc /package/libs/gettext-full/patches/100-error_progname.patch | |
parent | 9bb3288ad54456a3a6da86481d09cc261053a918 (diff) | |
download | upstream-c0d0e988ef55e49bbff337b856cf2ce01e4673ce.tar.gz upstream-c0d0e988ef55e49bbff337b856cf2ce01e4673ce.tar.bz2 upstream-c0d0e988ef55e49bbff337b856cf2ce01e4673ce.zip |
gettext-full: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37184 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/patches/100-error_progname.patch')
-rw-r--r-- | package/libs/gettext-full/patches/100-error_progname.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/gettext-full/patches/100-error_progname.patch b/package/libs/gettext-full/patches/100-error_progname.patch index f414703d98..74f5169221 100644 --- a/package/libs/gettext-full/patches/100-error_progname.patch +++ b/package/libs/gettext-full/patches/100-error_progname.patch @@ -1,6 +1,6 @@ --- a/gettext-runtime/intl/intl-compat.c +++ b/gettext-runtime/intl/intl-compat.c -@@ -131,3 +131,7 @@ bind_textdomain_codeset (const char *dom +@@ -129,3 +129,7 @@ bind_textdomain_codeset (const char *dom { return libintl_bind_textdomain_codeset (domainname, codeset); } |