Closed GuillaumeGomez closed 1 year ago
Just to make sure, it requires running this code twice, right?
Just realized the bug: it's actually when setting values to args
, it's a pointer of pointer and I should have used args[0][0]
and args[0][1]
...
The following code:
Fails when this code:
is not commented.