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";
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to