Commit e6290a82 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 10.2 into 10.3

parents c7f322c9 3fe306c8
...@@ -14891,7 +14891,7 @@ const char *dbug_print_sel_arg(SEL_ARG *sel_arg) ...@@ -14891,7 +14891,7 @@ const char *dbug_print_sel_arg(SEL_ARG *sel_arg)
break; break;
case SEL_ARG::KEY_RANGE: case SEL_ARG::KEY_RANGE:
default: default:
stype=nullptr; stype= NULL;
} }
if (stype) if (stype)
......
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