
string_to_argv parsing was very simplistic and didn't properly handle quotations. Since we are already using glib, g_shell_parse_argv serves the same purpose with much better parsing and error handling.
string_to_argv parsing was very simplistic and didn't properly handle quotations. Since we are already using glib, g_shell_parse_argv serves the same purpose with much better parsing and error handling.