summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.c b/info.c
index 56f830e..44abe93 100644
--- a/info.c
+++ b/info.c
@@ -150,7 +150,7 @@ DisplayProps(ClientRec *client)
if (ListCount (client->props) > 0)
{
- char number[10];
+ char number[16];
char *ptr;
AppendStr (&buffer, "*** ID = ");