diff options
author | jbj <devnull@localhost> | 1999-05-06 23:21:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-05-06 23:21:08 +0000 |
commit | 331076d9a13f4625650fbde1f517b8320ab5a432 (patch) | |
tree | c774dc7048f23980b6e9775e6c6e59bb4544a936 /tools | |
parent | 5df8ebee630e9cbc6dfaea72925a7be596bd44f3 (diff) | |
download | rpm-331076d9a13f4625650fbde1f517b8320ab5a432.tar.gz rpm-331076d9a13f4625650fbde1f517b8320ab5a432.tar.bz2 rpm-331076d9a13f4625650fbde1f517b8320ab5a432.zip |
Add argument to specedit to choose between specs and powertools packages.
CVS patchset: 3051
CVS date: 1999/05/06 23:21:08
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rpmgettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpmgettext.c b/tools/rpmgettext.c index 061c16f41..af2d65379 100644 --- a/tools/rpmgettext.c +++ b/tools/rpmgettext.c @@ -46,7 +46,7 @@ char *mastercatalogue = NULL; int gentran = 0; -int specedit = 0; +char *specedit = NULL; static const char * getTagString(int tval) |