]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix missing \
authorDon Armstrong <don@donarmstrong.com>
Wed, 25 Jun 2008 01:18:41 +0000 (18:18 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 25 Jun 2008 01:18:41 +0000 (18:18 -0700)
Debbugs/Log.pm

index 97f0b0014b69b2aa2b212af2c5169d96f3af9a7b..c4d741e6ab46f322a9519075c2d60cbba416de64 100644 (file)
@@ -165,7 +165,7 @@ sub new
         ($param{logfh}) = @_;
     }
     else {
-        %param = validate_with(params => @_,
+        %param = validate_with(params => \@_,
                                spec   => {bug_num => {type => SCALAR,
                                                       optional => 1,
                                                      },