Commit f3915a41 authored by unknown's avatar unknown

Fix compile failure on QNX.

parent 360a5e3c
...@@ -1755,7 +1755,7 @@ void ...@@ -1755,7 +1755,7 @@ void
sp_head::set_definer(const char *definer, uint definerlen) sp_head::set_definer(const char *definer, uint definerlen)
{ {
char *p= strrchr(definer, '@'); const char *p= strrchr(definer, '@');
if (!p) if (!p)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment