]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Fix UCI id parsing.
[remoteglot] / 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;
                }