ICU-2729 Use read-only memory for strings.

X-SVN-Rev: 11414
This commit is contained in:
George Rhoten 2003-03-28 19:43:48 +00:00
parent 1f7bf2655e
commit d1970263ab

View file

@ -14,7 +14,7 @@
#include "uassert.h"
/* set_num key prefix string. msg_num key is simply a number. */
static const char* SET_KEY_PREFIX = "%cat%";
static const char SET_KEY_PREFIX[] = "%cat%";
/* length of SET_KEY_PREFIX */
#define SET_KEY_PREFIX_LEN 5