-
- Downloads
Fix the usual problem with strstr on Solaris. A statement like
char *s = strstr(... is not legal, strstr returning a const char*. One must cast: char *s = (char*)strstr(... git-svn-id: http://root.cern.ch/svn/root/trunk@3793 27541ba8-7e3a-0410-8455-c3a389f83636
Please register or sign in to comment