summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 81f9f53d..973b0da7 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -394,9 +394,9 @@ void Customize(void)
char *
-getregcode(unsigned char *buf)
+getregcode(char *buf)
{
- unsigned char *uid = &cuser.userid[0];
+ char *uid = &cuser.userid[0];
int i;
/* init seed with magic */