SVN: toys/rsget.pl/RSGet/Get.pm
sparky
sparky at pld-linux.org
Fri Jul 16 20:06:51 CEST 2010
Author: sparky
Date: Fri Jul 16 20:06:50 2010
New Revision: 11678
Modified:
toys/rsget.pl/RSGet/Get.pm
Log:
- fixed breakage introduced in r11677
Modified: toys/rsget.pl/RSGet/Get.pm
==============================================================================
--- toys/rsget.pl/RSGet/Get.pm (original)
+++ toys/rsget.pl/RSGet/Get.pm Fri Jul 16 20:06:50 2010
@@ -405,7 +405,7 @@
$info{asize} =~ s/\s+//g if $info{asize};
RSGet::FileList::save( $self->{_uri}, options => \%info );
- @{$self->{_opts}->{ keys %info }} = values %info;
+ hadd( $self->{_opts}, %info );
$self->bestinfo();
return 0 unless $self->{_cmd} eq "check";
More information about the pld-cvs-commit
mailing list