mchoccac / snes9x-gtk

Automatically exported from code.google.com/p/snes9x-gtk
0 stars 0 forks source link

compile error: const correctness #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
According to zones, this is fixed for 1.52.

Original comment by bear...@gmail.com on 5 Jan 2010 at 11:02