Closed GoogleCodeExporter closed 9 years ago
IsHRESULTSuccess() calls isspace(), which accepts either an unsigned char or
EOF. We are giving it a char, which could be signed depending on the compiler
flags. We should cast the char to unsigned char before calling isspace().
Original comment by zhanyong...@gmail.com
on 30 Aug 2010 at 5:52
This should be fixed in trunk r480.
Original comment by zhanyong...@gmail.com
on 31 Aug 2010 at 6:22
Original issue reported on code.google.com by
zhang....@huawei.com
on 28 Aug 2010 at 3:43