mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20120216 snapshot
This commit is contained in:
+1
-1
@@ -870,7 +870,7 @@ tescape (estart, cp, lenp, sawc)
|
||||
*cp = '\\';
|
||||
return 0;
|
||||
}
|
||||
if (uvalue <= UCHAR_MAX)
|
||||
if (uvalue <= 0x7f) /* <= 0x7f translates directly */
|
||||
*cp = uvalue;
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user