]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-gettext-in-header.patch
now you may use ./configure from %configuredir not only from current dir
[packages/rpm.git] / rpm-gettext-in-header.patch
CommitLineData
d2e6b845 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.043974 seconds and 4 git commands to generate.