In unix/unix.cpp the return value of strchr is assigned to char* variables
instead of const char* variables. For me this means a compile error (gcc
(GCC) 4.4.1 20090725 (Red Hat 4.4.1-2)). The attached patch fixes this.
Original issue reported on code.google.com by bloody.a...@gmail.com on 4 Jan 2010 at 9:34
Original issue reported on code.google.com by
bloody.a...@gmail.com
on 4 Jan 2010 at 9:34Attachments: