set debug level with unsigned number now

This commit is contained in:
Jeff Hill
2000-09-14 00:29:50 +00:00
parent 0b68381cf0
commit 760bc84761

View File

@@ -60,10 +60,10 @@
#include <iocinf.h>
#include <comBuf_IL.h>
tsFreeList < class comBuf, 0x20, true > comBuf::freeList;
tsFreeList < class comBuf, 0x20, 1u > comBuf::freeList;
// nill message pad bytes
static const char nillBytes[] =
static const char nillBytes [] =
{
0, 0, 0, 0,
0, 0, 0, 0