Fix compile failure on QNX.
This commit is contained in:
parent
64cab9d767
commit
be8f21e8f1
@ -1755,7 +1755,7 @@ void
|
||||
|
||||
sp_head::set_definer(const char *definer, uint definerlen)
|
||||
{
|
||||
char *p= strrchr(definer, '@');
|
||||
const char *p= strrchr(definer, '@');
|
||||
|
||||
if (!p)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user