From 4c8d52aa80ce2a2131783bc2df5b02f21baa1c96 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Jan 2005 21:25:31 +0100 Subject: few harmless warnings from automated code-checking tools fixed client/mysql.cc: few harmless warnings from automated code-checking tools fixed cleanup --- pstack/pstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pstack/pstack.c') 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) { -- cgit v1.2.1