diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index e043e2da..f3e85c55 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -488,7 +488,7 @@ makeregcode(char *buf) { char fpath[PATHLEN]; int fd, i; - static char *alphabet = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"; + const char *alphabet = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"; /* generate a new regcode */ buf[13] = 0; |