diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fmt_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt_fp.c b/src/fmt_fp.c index 53b74e445..0a8b22b41 100644 --- a/src/fmt_fp.c +++ b/src/fmt_fp.c @@ -326,7 +326,7 @@ fmt_fp(struct fmt_args *f, long double y, ptrdiff_t p, uint8_t fl, int t) pad(f, ' ', 0, pl+l, fl^LEFT_ADJ); - return pl+l; + return (int)pl+(int)l; } static int |
