comparison src/core/ngx_string.c @ 3725:4954530db2af

escape ";" in arguments
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jul 2010 13:25:19 +0000
parents 6802ba529ec4
children 7224d008faaf
comparison
equal deleted inserted replaced
3724:e9f0a2497d3c 3725:4954530db2af
1327 1327
1328 static uint32_t args[] = { 1328 static uint32_t args[] = {
1329 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */ 1329 0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
1330 1330
1331 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */ 1331 /* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
1332 0x80000869, /* 1000 0000 0000 0000 0000 1000 0110 1001 */ 1332 0x88000869, /* 1000 1000 0000 0000 0000 1000 0110 1001 */
1333 1333
1334 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */ 1334 /* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
1335 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */ 1335 0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
1336 1336
1337 /* ~}| {zyx wvut srqp onml kjih gfed cba` */ 1337 /* ~}| {zyx wvut srqp onml kjih gfed cba` */