Re: [PATCH 1/7] gatresult: strip trailing spaces from unquoted strings

2019-07-18 Thread Denis Kenzior
Hi Martin, On 7/16/19 2:10 PM, Martin Hundebøll wrote: Some vendors might print trailing spaces after unsolicited result codes. Avoid duplicating and stripping the string after calling g_at_result_iter_next_unquoted_string() by stripping the spaces in gatresult instead. ---

[PATCH 1/7] gatresult: strip trailing spaces from unquoted strings

2019-07-16 Thread Martin Hundebøll
Some vendors might print trailing spaces after unsolicited result codes. Avoid duplicating and stripping the string after calling g_at_result_iter_next_unquoted_string() by stripping the spaces in gatresult instead. --- gatchat/gatresult.c | 8 +++- 1 file changed, 7 insertions(+), 1