summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/caljulian.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/caljulian.c')
-rw-r--r--contrib/ntp/libntp/caljulian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/caljulian.c b/contrib/ntp/libntp/caljulian.c
index 948bb1c..c3b5e67 100644
--- a/contrib/ntp/libntp/caljulian.c
+++ b/contrib/ntp/libntp/caljulian.c
@@ -110,6 +110,6 @@ caljulian(
break;
}
jt->month++;
- jt->monthday = monthday;
+ jt->monthday = (u_char) monthday;
}
}
OpenPOWER on IntegriCloud