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:
Kevin Easton
2009-11-24 12:06:54 +00:00
parent 7ac4b8520c
commit 0770358394

View File

@@ -982,7 +982,7 @@ char *ret = NULL;
}
}
RETURN_STR(ret ? ret : empty_string);
RETURN_STR(ret);
}
BUILT_IN_FUNCTION(function_igetrmatches)