Fixed compile error in extra/comp_err.c with -debug for some compilers.
This commit is contained in:
parent
e552c5c403
commit
6461d209a5
@ -869,8 +869,7 @@ static int get_options(int *argc, char ***argv)
|
|||||||
static char *parse_text_line(char *pos)
|
static char *parse_text_line(char *pos)
|
||||||
{
|
{
|
||||||
int i, nr;
|
int i, nr;
|
||||||
char *row;
|
char *row= pos;
|
||||||
row= pos;
|
|
||||||
DBUG_ENTER("parse_text_line");
|
DBUG_ENTER("parse_text_line");
|
||||||
|
|
||||||
while (*pos)
|
while (*pos)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user