|
From: Chad M. <cmm...@us...> - 2005-10-05 22:14:39
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28524 Modified Files: zoneopcodes.xml Log Message: Get rid of the "Warning: Warning: Unknown payload typename 'utf8' for opcode '524e" message. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/zoneopcodes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- zoneopcodes.xml 21 Sep 2005 13:57:48 -0000 1.4 +++ zoneopcodes.xml 5 Oct 2005 22:14:31 -0000 1.5 @@ -512,7 +512,7 @@ <opcode id="524e" name="OP_BazaarSearch" updated="06/29/05"> <payload dir="client" typename="bazaarSearchQueryStruct" sizechecktype="none"/> <payload dir="server" typename="bazaarSearchResponseStruct" sizechecktype="modulus"/> - <payload dir="server" typename="utf8" sizechecktype="none"/> + <payload dir="server" typename="uint8_t" sizechecktype="none"/> <comment>Bazaar search tool</comment> </opcode> <opcode id="4f11" name="OP_NewSpawn" updated="06/29/05"> |