Commit 71f2f3a2 authored by unknown's avatar unknown

Fixed compile error in extra/comp_err.c with -debug for some compilers.


extra/comp_err.c:
  Fixed compile error with -debug for some compilers.
parent 167a5348
...@@ -869,8 +869,7 @@ static int get_options(int *argc, char ***argv) ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment