Enable '=' character in the filename.

Submitted by:	Dan Nelson <dnelson@emsphone.com>
This commit is contained in:
Boris Popov 2000-01-29 02:10:37 +00:00
parent 9093cddf8f
commit 2fe1597cc6

View File

@ -50,7 +50,7 @@ static u_char ncp_u2n[256] = {
0x20, 0x21, 0x00, 0x23, 0x24, 0x25, 0x26, 0x27, /* 0x20 */
0x28, 0x29, 0x00, 0x00, 0x00, 0x2d, 0x2e, 0x00,
0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, /* 0x30 */
0x38, 0x39, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x38, 0x39, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00,
0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, /* 0x40 */
0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57, /* 0x50 */