mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Parameter size needs to be increased for test
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
a4c2eb5b70
commit
f2beeb4078
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ void TestParse::testExport()
|
||||||
|
|
||||||
void TestParse::parseDL7()
|
void TestParse::parseDL7()
|
||||||
{
|
{
|
||||||
char *params[47];
|
char *params[51];
|
||||||
int pnr = 0;
|
int pnr = 0;
|
||||||
|
|
||||||
params[pnr++] = strdup("dateField");
|
params[pnr++] = strdup("dateField");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue