Added a comment.

This commit is contained in:
brectanus
2008-09-10 17:39:18 +00:00
parent 309510d70b
commit b2c7424a96

View File

@@ -1275,6 +1275,10 @@ int css_decode_inplace(unsigned char *input, long int input_len) {
break;
case 6:
/* Use the last two from the end, but request
* a full width check if the number is greater
* or equal to 0xFFFF.
*/
*d = x2c(&input[i + j - 2]);
/* Do full check if first/second bytes are 0 */