ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thats not how concat works :)

Herostwist opened this issue · comments

return string.Concat(swStr + Constants.PIPE_URL_ENCODED + neStr);

return string.Concat(swStr, Constants.PIPE_URL_ENCODED, neStr);

Ah good catch. Some code has my name on it but might've come from others when I took it over. Might be mine, not sure. Lol

Can you try to find some more silliness like this? I'll try to lump this into a PR