summaryrefslogtreecommitdiff
path: root/pstack/pstack.c
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mylan>2005-01-08 21:25:31 +0100
committerunknown <serg@sergbook.mylan>2005-01-08 21:25:31 +0100
commit4c8d52aa80ce2a2131783bc2df5b02f21baa1c96 (patch)
tree2b9317949d667f9113933b7fd154a10693b5c05c /pstack/pstack.c
parent9ad1b390fcf12ec7aa7b9fad157d6e0a61045b40 (diff)
downloadmariadb-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/pstack.c')
-rw-r--r--pstack/pstack.c2
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)
{