aboutsummaryrefslogtreecommitdiff
path: root/src/wordsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordsplit.c')
-rw-r--r--src/wordsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 662a1e1..c51be0a 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1136,13 +1136,13 @@ scan_word (struct wordsplit *wsp, size_t start)
return _WRDS_ERR;
wsp->ws_endp = i;
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)
{
char *p;

Return to:

Send suggestions and report system problems to the System administrator.