From a3e7918108fb1b0d1ccee8cd0de8ad764cf62a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 23 Dec 2007 15:48:45 +0100 Subject: Mark the digit array constant. --- src/input/mms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mms.c b/src/input/mms.c index 37e7ff395..79dd60987 100644 --- a/src/input/mms.c +++ b/src/input/mms.c @@ -601,7 +601,7 @@ static int mms_tcp_connect(mms_t *this) { } static void mms_gen_guid(char guid[]) { - static char digit[16] = "0123456789ABCDEF"; + static const char digit[16] = "0123456789ABCDEF"; int i = 0; srand(time(NULL)); -- cgit v1.2.3