summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/files/patch-intltool-merge.in
blob: 1b244d7bce8cfdfe0483bf63496dac36a41f6b2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- intltool-merge.in.orig  Fri Nov 29 13:54:19 2002
+++ intltool-merge.in   Fri Nov 29 13:54:30 2002
@@ -461,7 +461,7 @@
 {
     my ($pre_encoded) = @_;
 
-    my @list_of_chars = unpack ('U*', $pre_encoded);
+    my @list_of_chars = unpack ('C*', $pre_encoded);
 
     if ($PASS_THROUGH_ARG) 
     {