Project

General

Profile

Bug #1280 » json.patch

cfis (Charlie Savage), 03/13/2009 05:06 PM

View differences:

ext/json/ext/parser/unicode.c (working copy)
buf[1] = *p++;
buf[2] = *p++;
buf[3] = *p++;
tmpPtr[i] = strtol(buf, NULL, 16);
tmpPtr[i] = (UTF16)strtol(buf, NULL, 16);
p += 2;
}
(4-4/7)