Added missing \ character.

* glib/gshell.c: (g_shell_quote): Added missing \ character.

        * tests/shell-test.c: (check_string_result), (test_shell_unquote),
        (main): Added tests for g_shell_quote and g_shell_unquote.
This commit is contained in:
Darin Adler
2001-08-19 17:28:07 +00:00
parent cd793f2ced
commit 6d4342990a
10 changed files with 160 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2001-08-19 Darin Adler <darin@bentspoon.com>
* glib/gshell.c: (g_shell_quote): Added missing \ character.
* tests/shell-test.c: (check_string_result), (test_shell_unquote),
(main): Added tests for g_shell_quote and g_shell_unquote.
2001-08-19 Fatih Demir <kabalak@gtranslator.org>
* configure.in: Added "ta" to the languages list.