mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-26 00:29:54 +03:00
Bugfix
* src/wordsplit.c (quote_transtab): Translate \"
This commit is contained in:
parent
4037b168f0
commit
259f2874b3
1 changed files with 1 additions and 1 deletions
|
@ -1139,7 +1139,7 @@ scan_word (struct wordsplit *wsp, size_t start)
|
|||
return _WRDS_OK;
|
||||
}
|
||||
|
||||
static char quote_transtab[] = "\\\\a\ab\bf\fn\nr\rt\tv\v";
|
||||
static char quote_transtab[] = "\\\\\"\"a\ab\bf\fn\nr\rt\tv\v";
|
||||
|
||||
int
|
||||
wordsplit_c_unquote_char (int c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue