diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-12 15:25:38 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-05-12 15:25:38 +0000 |
commit | d99db036fdc356530e51d7fee939f75a45c4221c (patch) | |
tree | 2f8e442e4244d2b410b395981476e8bd2b8c7835 /grpmi/curl_download/curl_download.xs | |
parent | 6f9333def9a51594c7e049a78fb32571d2108275 (diff) | |
download | rpmdrake-d99db036fdc356530e51d7fee939f75a45c4221c.tar rpmdrake-d99db036fdc356530e51d7fee939f75a45c4221c.tar.gz rpmdrake-d99db036fdc356530e51d7fee939f75a45c4221c.tar.bz2 rpmdrake-d99db036fdc356530e51d7fee939f75a45c4221c.tar.xz rpmdrake-d99db036fdc356530e51d7fee939f75a45c4221c.zip |
obsolete grpmi by gurpm.pm (from urpmi) sharing code between gurpmi
and rpmdrake
Diffstat (limited to 'grpmi/curl_download/curl_download.xs')
-rw-r--r-- | grpmi/curl_download/curl_download.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpmi/curl_download/curl_download.xs b/grpmi/curl_download/curl_download.xs index 288982f9..b1edea81 100644 --- a/grpmi/curl_download/curl_download.xs +++ b/grpmi/curl_download/curl_download.xs @@ -38,7 +38,7 @@ #include <libintl.h> #undef _ -#define _(arg) dgettext("grpmi", arg) +#define _(arg) dgettext("rpmdrake", arg) char * my_asprintf(char *msg, ...) { |