Correct misuse of RETURN_STR macro in function_gettmatch.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@81 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -982,7 +982,7 @@ char *ret = NULL;
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RETURN_STR(ret ? ret : empty_string);
|
RETURN_STR(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
BUILT_IN_FUNCTION(function_igetrmatches)
|
BUILT_IN_FUNCTION(function_igetrmatches)
|
||||||
|
|||||||
Reference in New Issue
Block a user