summaryrefslogtreecommitdiff
path: root/source3/utils/make_smbcodepage.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/make_smbcodepage.c')
-rw-r--r--source3/utils/make_smbcodepage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/make_smbcodepage.c b/source3/utils/make_smbcodepage.c
index b0970a7d25..86c9df3a18 100644
--- a/source3/utils/make_smbcodepage.c
+++ b/source3/utils/make_smbcodepage.c
@@ -127,7 +127,7 @@ BOOL parse_byte(char *buf, unsigned char *bp)
BOOL parse_bool(char *buf, unsigned char *bp)
{
- if(isdigit(*buf))
+ if(isdigit((int)*buf))
{
char *endptr = NULL;