From e00b3944b172d6eef868fc887c43e33c4d5a8faf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 21 Jul 2005 09:50:30 +0000 Subject: revert, that's not needed after all --- perl-install/c/stuff.xs.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/c') 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))))); } } -- cgit v1.2.1