We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e1d5 commit 7667f8bCopy full SHA for 7667f8b
src/common/sdl.cpp
@@ -883,10 +883,10 @@ static const UCHAR* sdl_desc(const UCHAR* ptr, DSC* desc)
883
case dtype_cstring:
884
case dtype_varying:
885
{
886
- const auto length = get_word(sdl);
+ const SSHORT length = get_word(sdl);
887
desc->dsc_length += length;
888
if (length == 0 || desc->dsc_length == 0)
889
- return nullptr;
+ return NULL;
890
break;
891
}
892
0 commit comments