<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:\30E1\30A4\30EA\30AA;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@\30E1\30A4\30EA\30AA";
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0mm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Arial","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.17
        {mso-style-type:personal-compose;
        font-family:"Arial","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
/* Page Definitions */
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:99.25pt 30.0mm 30.0mm 30.0mm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026">
<v:textbox inset="5.85pt,.7pt,5.85pt,.7pt" />
</o:shapedefaults></xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=JA link=blue vlink=purple style='text-justify-trim:punctuation'><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";color:black;background:white'>Dear RefBox developers,</span><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";color:black'><br><br><span style='background:white'>We tested the new Referee Box released in 2013 (candidate 2).</span><br><span style='background:white'>Then, we found out the 'cmd_counter' value of the Legacy Packet is</span><br><span style='background:white'>NOT incremented when any command is issued from the Referee Box.</span><br><span style='background:white'>Isn't this a bug?</span><br><br><span style='background:white'>legacypublisher.cc:60 is written as:</span><br><span style='background:white'>packet[1] = counter;</span><br><br><span style='background:white'>But we guess it should be as follows:</span><br><span style='background:white'>packet[1] = static_cast&lt;uint8_t&gt;(state.referee().command_counter());</span><br><br><span style='background:white'>Would you confirm (or check) if it's correct.</span><br><br><span style='background:white'>Best regards,</span><br><span style='background:white'>Kotaro Yasui</span></span><span lang=EN-US style='font-size:10.0pt'><o:p></o:p></span></p></div></body></html>