diff options
author | serg@sergbook.mylan <> | 2005-01-08 21:25:31 +0100 |
---|---|---|
committer | serg@sergbook.mylan <> | 2005-01-08 21:25:31 +0100 |
commit | 247052fecccae6672bfd26bbfeec53d77340e322 (patch) | |
tree | 2b9317949d667f9113933b7fd154a10693b5c05c /pstack | |
parent | 77bc68f99d48547083f97e26412ef2693e343dc8 (diff) | |
download | mariadb-git-247052fecccae6672bfd26bbfeec53d77340e322.tar.gz |
few harmless warnings from automated code-checking tools fixed
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) { |