mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Fix quoting of \' sequence (#72548, Christian Rose)
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com> * glib/gshell.c (tokenize_command_line): Fix quoting of \' sequence (#72548, Christian Rose)
This commit is contained in:
parent
d5799c79cd
commit
36fea8feaf
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 25 16:31:09 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gshell.c (tokenize_command_line): Fix quoting
|
||||
of \' sequence (#72548, Christian Rose)
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* README.win32: Edits.
|
||||
|
@ -525,7 +525,7 @@ tokenize_command_line (const gchar *command_line,
|
||||
g_set_error (error,
|
||||
G_SHELL_ERROR,
|
||||
G_SHELL_ERROR_BAD_QUOTING,
|
||||
_("Text ended just after a '\' character."
|
||||
_("Text ended just after a '\\' character."
|
||||
" (The text was '%s')"),
|
||||
command_line);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user