]> git.sesse.net Git - remoteglot/commitdiff
Fix UCI id parsing.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 14 Nov 2013 18:20:25 +0000 (19:20 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 14 Nov 2013 18:20:25 +0000 (19:20 +0100)
remoteglot.pl

index 3ec241ba04c422c15c2ba9bd7a4cdef8525b9b95..6ee0f8646ec9a44e420cf50eb433bedb8b422bc7 100755 (executable)
@@ -271,7 +271,7 @@ sub parse_ids {
                if ($x[0] =~ /^(name|author)$/) {
                        my $key = shift @x;
                        my $value = join(' ', @x);
-                       $engine->{'info'}{'id'}{$key} = $value;
+                       $engine->{'id'}{$key} = $value;
                        last;
                }