diff options
author | unknown <serg@sergbook.mylan> | 2005-01-08 21:25:31 +0100 |
---|---|---|
committer | unknown <serg@sergbook.mylan> | 2005-01-08 21:25:31 +0100 |
commit | 4c8d52aa80ce2a2131783bc2df5b02f21baa1c96 (patch) | |
tree | 2b9317949d667f9113933b7fd154a10693b5c05c /pstack | |
parent | 9ad1b390fcf12ec7aa7b9fad157d6e0a61045b40 (diff) | |
download | mariadb-git-4c8d52aa80ce2a2131783bc2df5b02f21baa1c96.tar.gz |
few harmless warnings from automated code-checking tools fixed
client/mysql.cc:
few harmless warnings from automated code-checking tools fixed
cleanup
Diffstat (limited to 'pstack')
-rw-r--r-- | pstack/pstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pstack/pstack.c b/pstack/pstack.c index 75869686e35..4cdd80d68b5 100644 --- a/pstack/pstack.c +++ b/pstack/pstack.c @@ -1663,7 +1663,7 @@ pr_tag_type (p, name, id, kind) { struct pr_handle *info = (struct pr_handle *) p; const char *t, *tag; - char idbuf[20]; + char idbuf[30]; switch (kind) { |