diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-07-21 09:50:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-07-21 09:50:30 +0000 |
commit | e00b3944b172d6eef868fc887c43e33c4d5a8faf (patch) | |
tree | b9893f4be82dfa52db8f6e079745dee84a48064d /perl-install/c | |
parent | d91a1de3e32ad7ad00d64ac9ef6ec2b68358e0f9 (diff) | |
download | drakx-e00b3944b172d6eef868fc887c43e33c4d5a8faf.tar drakx-e00b3944b172d6eef868fc887c43e33c4d5a8faf.tar.gz drakx-e00b3944b172d6eef868fc887c43e33c4d5a8faf.tar.bz2 drakx-e00b3944b172d6eef868fc887c43e33c4d5a8faf.tar.xz drakx-e00b3944b172d6eef868fc887c43e33c4d5a8faf.zip |
revert, that's not needed after all
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/stuff.xs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 5752ebb40..4c95e5b0d 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -770,7 +770,6 @@ get_iso_volume_ids(int fd) if (voldesc.type[0] == ISO_VD_PRIMARY && !strncmp(voldesc.id, ISO_STANDARD_ID, sizeof(voldesc.id))) { XPUSHs(sv_2mortal(newSVpv(voldesc.volume_id, length_of_space_padded(voldesc.volume_id, sizeof(voldesc.volume_id))))); XPUSHs(sv_2mortal(newSVpv(voldesc.application_id, length_of_space_padded(voldesc.application_id, sizeof(voldesc.application_id))))); - XPUSHs(sv_2mortal(newSVpv(voldesc.volume_set_id, length_of_space_padded(voldesc.volume_set_id, sizeof(voldesc.volume_set_id))))); } } |