Closed MAG-SamBirley closed 1 month ago
The function was returning a reference to a string local variable declared in the function.
Fixed by returning by value instead.
The function was returning a reference to a string local variable declared in the function.
Fixed by returning by value instead.