You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise I don't think there is any way for the original, which expects a copy of an address, to change the address of the original, which provided the copy.
As I've read in the reference and source when you pass an
sds
string to these two functions, you always have to assign the pointer back.Is there any workaround to make these functions work in-place? That is: pass them an
sds
and have it modified? (without changing the object's pointer)The text was updated successfully, but these errors were encountered: