diff options
-rw-r--r-- | info.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ DisplayProps(ClientRec *client) if (ListCount (client->props) > 0) { - char number[10]; + char number[16]; char *ptr; AppendStr (&buffer, "*** ID = "); |