diff options
Diffstat (limited to 'tests/testparse.cpp')
-rw-r--r-- | tests/testparse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index cc60052f8..b1a3227df 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -452,7 +452,7 @@ void TestParse::testExport() void TestParse::parseDL7() { - char *params[47]; + char *params[51]; int pnr = 0; params[pnr++] = strdup("dateField"); |