Avoid passing null to strlen

This commit is contained in:
Richard Quirk
2015-07-25 14:53:22 +02:00
parent 1970c42320
commit f3c14dfe6b

2
rc.c
View File

@@ -837,7 +837,7 @@ void
show_params(FILE * fp)
{
int i, j, l;
char *t = NULL;
const char *t = "";
char *cmt;
#ifdef USE_M17N