string interpolation ignored in library calls
Closed this issue · 2 comments
justinmeza commented
When grabbing an string argument in a library call, make sure to interpolate its contents before using it.
For example: https://github.com/justinmeza/lci/blob/future/binding.c#L84 .
justinmeza commented
Done.
arth commented
Fantastic, thanks!