summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-02 22:11:44 +0000
committerJim Meyering <jim@meyering.net>1994-10-02 22:11:44 +0000
commit3994e55f5884006ea854fe5449d635d9db37de79 (patch)
tree73cb8fbd6ecb8a029574e55744836edb40a3a45a /src/od.c
parent7079da8b5a0c43bf1c60cd1eceb3324f0022fcf7 (diff)
downloadcoreutils-3994e55f5884006ea854fe5449d635d9db37de79.tar.xz
.
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/od.c b/src/od.c
index d254eeb25..9f3c02871 100644
--- a/src/od.c
+++ b/src/od.c
@@ -1085,7 +1085,7 @@ skip (n_skip)
- the file must be seekable.
- before seeking to the specified position, make sure
that the new position is in the current file.
- Try to do that by getting file's size using stat().
+ Try to do that by getting file's size using fstat().
But that will work only for regular files and dirs. */
if (fstat (fileno (in_stream), &file_stats))