diff options
| author | John Levon <john.levon@joyent.com> | 2020-06-02 10:40:25 +0000 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2020-06-02 10:40:25 +0000 |
| commit | 20aad12cac7bec813b8a4fb73161e2c714f8c80b (patch) | |
| tree | 1dfe5d8d9819b5d0c0cc688dc39e1cff153601cb /usr/src/lib/libc/port/stdio/ftell.c | |
| parent | 73fcfa8cfdfe93d41d7237cf98c38d7aee3b2b47 (diff) | |
| parent | 5cd90a78a9b9930e642ce913b44316f5a4ae6632 (diff) | |
| download | illumos-joyent-20aad12cac7bec813b8a4fb73161e2c714f8c80b.tar.gz | |
Merge branch 'master' into OS-8182
Diffstat (limited to 'usr/src/lib/libc/port/stdio/ftell.c')
| -rw-r--r-- | usr/src/lib/libc/port/stdio/ftell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/stdio/ftell.c b/usr/src/lib/libc/port/stdio/ftell.c index dae2abea03..31aabec082 100644 --- a/usr/src/lib/libc/port/stdio/ftell.c +++ b/usr/src/lib/libc/port/stdio/ftell.c @@ -91,7 +91,7 @@ ftell_common(FILE *iop) tres += adjust; FUNLOCKFILE(lk); - return ((long)tres); + return (tres); } long |
