Closed DvirDukhan closed 5 years ago
This PR fixes a bug in quote_string function. The function addressed the first character in a string (v[0]), and cause an application crash when given an empty string. This fix returns an empty quoted string, in case of an empty string.
v[0]
This PR fixes a bug in quote_string function. The function addressed the first character in a string (
v[0]
), and cause an application crash when given an empty string. This fix returns an empty quoted string, in case of an empty string.