ba07193e03
The original code was supposed to overwrite the value pointed to
by the pointer, but the new one is instead overwriting the
pointer value itself, which has no effect outside that function.
Fix it by adding a pointer dereference.
Fixes:
|
||
---|---|---|
.. | ||
eal | ||
Makefile |