diff options
Diffstat (limited to 'libparse/gpstolfp.c')
| -rw-r--r-- | libparse/gpstolfp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libparse/gpstolfp.c b/libparse/gpstolfp.c index c162429ed92a9..8a3607514985d 100644 --- a/libparse/gpstolfp.c +++ b/libparse/gpstolfp.c @@ -39,8 +39,8 @@ void gpstolfp( - int weeks, - int days, + u_int weeks, + u_int days, unsigned long seconds, l_fp * lfp ) |
