]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-gettext-in-header.patch
any field in header witchout translation is translated using gettext.
[packages/rpm.git] / rpm-gettext-in-header.patch
1 --- ./lib/header.c.org  Sun Feb 17 01:50:51 2002
2 +++ ./lib/header.c      Sun Feb 17 01:52:01 2002
3 @@ -1282,8 +1282,8 @@
4  
5         }
6      }
7 -
8 -    return entry->data;
9 +/* when everything fail, try gettext */
10 +    return _(entry->data);
11  }
12  
13  /**
This page took 0.023687 seconds and 4 git commands to generate.