justinmeza/lci

string interpolation ignored in library calls

Closed this issue · 2 comments

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 .

Done.

arth commented

Fantastic, thanks!