summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-26 12:06:36 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-26 12:06:36 +0100
commitaeb6f8f87f92cab7f174796753a511552077b4c9 (patch)
tree5a2967f0ee2deaa196388af4c8208e6cc35f76bd
parentb3bc8cac0063a51ed44a118162d2df327d998576 (diff)
downloadxe-0.6.tar.gz
xe-0.6.tar.xz
xe-0.6.zip
shquote: proper octal for DEL. v0.6
-rw-r--r--xe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xe.c b/xe.c
index 5c0b22e..1b5853e 100644
--- a/xe.c
+++ b/xe.c
@@ -117,7 +117,7 @@ shquote(const char *s)
 	                "\011\012\013\014\015\016\017\020"
 	                "\021\022\023\024\025\026\027\030"
 	                "\031\032\033\034\035\036\037\040"
-	                "`^#*[]=|\\?${}()'\"<>&;\127")) {
+	                "`^#*[]=|\\?${}()'\"<>&;\177")) {
 		fprintf(traceout, "%s", s);
 		return;
 	}