Skip to content

Commit

Permalink
Add back parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Jun 17, 2024
1 parent 7257f63 commit 5dae5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapscript/python/pymodule.i
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CreateTupleFromDoubleArray( double *first, unsigned int size ) {
PyObject *r;
r = CreateTupleFromDoubleArray(*$1, *$2);
free(*$1);
$result = SWIG_Python_AppendOutput($result,r);
$result = SWIG_Python_AppendOutput($result,r,1);
}

/*
Expand Down

0 comments on commit 5dae5d4

Please sign in to comment.