diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2018-01-07 15:25:14 +0200 |
---|---|---|
committer | mturkia <miika.turkia@gmail.com> | 2018-01-08 06:06:12 +0200 |
commit | f2beeb40787b9aa1ad6d1b9cdc30a709137e306a (patch) | |
tree | 1507e63ea0f9b9e3ac3d0f0e4dafc0e9f3c7ccac /tests/testparse.cpp | |
parent | a4c2eb5b7064d36e07fcd8c97c986b9c415cf054 (diff) | |
download | subsurface-f2beeb40787b9aa1ad6d1b9cdc30a709137e306a.tar.gz |
Parameter size needs to be increased for test
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
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"); |