Make "$foo\[1]" not be an array slicing. Notice the extra backslash

darcs-hash:20060831155932-ac50b-746462d2147f349f9a799cb4786a0abacd1d3d4a.gz
This commit is contained in:
axel 2006-09-01 01:59:32 +10:00
parent 6de0c4103b
commit e2b7a078f4

View File

@ -976,6 +976,7 @@ wchar_t *unescape( const wchar_t * orig, int unescape_special )
default:
{
in[out_pos++] = INTERNAL_SEPARATOR;
in[out_pos]=in[in_pos];
break;
}