mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-2729 Use read-only memory for strings.
X-SVN-Rev: 11414
This commit is contained in:
parent
1f7bf2655e
commit
d1970263ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue