mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 19:36: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()
|
||||
{
|
||||
char *params[47];
|
||||
char *params[51];
|
||||
int pnr = 0;
|
||||
|
||||
params[pnr++] = strdup("dateField");
|
||||
|
|
Loading…
Add table
Reference in a new issue