mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
dtype_print(): Fix printing of prtype.
This commit is contained in:
parent
10791b70ad
commit
490dbe099a
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ dtype_print(
|
|||
} else if (prtype == DATA_ENGLISH) {
|
||||
fputs("DATA_ENGLISH", stderr);
|
||||
} else {
|
||||
fprintf(stderr, "prtype %lu", (ulong) mtype);
|
||||
fprintf(stderr, "prtype %lu", (ulong) prtype);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue