projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7079da8
)
.
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Oct 1994 22:11:44 +0000
(22:11 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 2 Oct 1994 22:11:44 +0000
(22:11 +0000)
src/od.c
patch
|
blob
|
history
diff --git
a/src/od.c
b/src/od.c
index
d254eeb
..
9f3c028
100644
(file)
--- 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
f
stat().
But that will work only for regular files and dirs. */
if (fstat (fileno (in_stream), &file_stats))