>> Index: tcl/tools/analysis.tcl
>> ===================================================================
>> --- tcl/tools/analysis.tcl    (revision 2523)
>> +++ tcl/tools/analysis.tcl    (working copy)
>> @@ -3544,6 +3544,9 @@
>>           append cmd { [ } " after $delay sendPosToEngineUCI $n $delay 
>> " { ] }
>>           set analysis(after$n) [eval [list after idle $cmd]]
>>       } else {
>> +        if {[sc_pos moves] == {}} {
>> +          return
>> +        }
>>           ### Dont send position if annotating and in book
>>       if { $::annotate(Engine) == $n && ! $::wentOutOfBook &&
>> $::useAnalysisBook} {
>>         bookAnnotation
> 
> Sorry about that.  I just updated the bug
> https://bugzilla.redhat.com/show_bug.cgi?id=1325013 so that it is
> public.
> 
> Thanks for the patch.  On Monday, I can drop that patch into the RPM
> that I've built for Fedora, rebuild it, and test it out.  Thanks for
> the quick response!

The patch worked.  I've already incorporated it into the Fedora build at 
http://copr.fedoraproject.org/coprs/awood/scid_vs_pc

Thanks for the assistance!
---------------
Regards,
Alex

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Scidvspc-users mailing list
Scidvspc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidvspc-users

Reply via email to