diff options
author | jbj <devnull@localhost> | 1999-11-18 17:10:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-11-18 17:10:15 +0000 |
commit | 3a6118d4194d9672b24cd7b357e6191f4eb47fde (patch) | |
tree | 903af338fd62fee09287106e65efd54d8ea2923e /popt/po | |
parent | 284ac8bec49c6a708dd096c17115c34c3cd8bc80 (diff) | |
download | rpm-3a6118d4194d9672b24cd7b357e6191f4eb47fde.tar.gz rpm-3a6118d4194d9672b24cd7b357e6191f4eb47fde.tar.bz2 rpm-3a6118d4194d9672b24cd7b357e6191f4eb47fde.zip |
From: Dick Porter <dick@acm.org> --
Here is a patch for popt to implement selective argument stripping from argv.
With this patch I can use popt in ORBit (the CORBA spec requires ORBs to
remove all ORB options from argv), which allows me to export a popt option
table to the rest of Gnome.
There is also a bug fix included where a string was realloc()d into a space
too small to hold the trailing NULL.
CVS patchset: 3428
CVS date: 1999/11/18 17:10:15
Diffstat (limited to 'popt/po')
-rw-r--r-- | popt/po/popt.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/po/popt.pot b/popt/po/popt.pot index 169152227..6a3a1b492 100644 --- a/popt/po/popt.pot +++ b/popt/po/popt.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-11-18 11:50-0500\n" +"POT-Creation-Date: 1999-11-18 11:59-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |