blob: b313bf1c2d2a9bdaee6889da1c0d8c4c098d0c3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- common/container/pub/hxbuffer.h Thu Jul 8 21:45:51 2004
+++ common/container/pub/hxbuffer.h Thu Jul 6 08:44:51 2006
@@ -61,5 +61,5 @@
#define PnBufferShort
#ifdef PnBufferShort
-const int MaxPnbufShortDataLen = 15;
+static const int MaxPnbufShortDataLen = 23;
#endif
|