diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/Common/DynLimBuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/DynLimBuf.cpp b/CPP/Common/DynLimBuf.cpp index 7914104..1d92af3 100644 --- a/CPP/Common/DynLimBuf.cpp +++ b/CPP/Common/DynLimBuf.cpp | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | CDynLimBuf::CDynLimBuf(size_t limit) throw() | 8 | CDynLimBuf::CDynLimBuf(size_t limit) throw() |
9 | { | 9 | { |
10 | _chars = 0; | 10 | _chars = NULL; |
11 | _pos = 0; | 11 | _pos = 0; |
12 | _size = 0; | 12 | _size = 0; |
13 | _sizeLimit = limit; | 13 | _sizeLimit = limit; |