Updating Decoder for breaking changes in r173. Improved build script to behave like r151.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@184 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -37,7 +37,7 @@ using libsecondlife;
|
||||
class Decoder {
|
||||
private static int BUFSIZE = 8096;
|
||||
|
||||
private static ProtocolManager protocol = new ProtocolManager("keywords.txt", "protocol.txt");
|
||||
private static ProtocolManager protocol = new SecondLife("keywords.txt", "protocol.txt").Protocol;
|
||||
private static string grep = null;
|
||||
private static byte[] data = new byte[BUFSIZE];
|
||||
private static byte[] temp = new byte[BUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user