Loading extra/comp_err.c +2 −1 Original line number Diff line number Diff line Loading @@ -542,6 +542,7 @@ static char *parse_default_language(char *str) fprintf(stderr, "Unexpected EOL: No short language name after the keyword\n"); DBUG_RETURN(0); } /* reading the short language tag */ if (!(slang= get_word(&str))) Loading Loading
extra/comp_err.c +2 −1 Original line number Diff line number Diff line Loading @@ -542,6 +542,7 @@ static char *parse_default_language(char *str) fprintf(stderr, "Unexpected EOL: No short language name after the keyword\n"); DBUG_RETURN(0); } /* reading the short language tag */ if (!(slang= get_word(&str))) Loading