summaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.c b/src/config.c
index e13a35790..ba5eeeb78 100644
--- a/src/config.c
+++ b/src/config.c
@@ -320,9 +320,9 @@ char *DefConOffMessage;
char *DefconMessage;
char *DefConAkillReason;
-unsigned int UserKey1;
-unsigned int UserKey2;
-unsigned int UserKey3;
+long unsigned int UserKey1;
+long unsigned int UserKey2;
+long unsigned int UserKey3;
/*************************************************************************/