summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-21 05:15:39 +0000
committerJim Meyering <jim@meyering.net>1996-04-21 05:15:39 +0000
commit874f418e03473d04ebab747952e8b3820484abbc (patch)
treed9f62cd3ed299a348ee18944ab1644f492db0c0e /src/cp.c
parent0126f749361738a03078f179ee3388be78aa3dbb (diff)
downloadcoreutils-874f418e03473d04ebab747952e8b3820484abbc.tar.xz
Remove obsolete FIXME.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 837d5fb10..eb6628be4 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -1241,7 +1241,6 @@ copy_reg (char *src_path, char *dst_path)
/* If the file has fewer blocks than would normally
be needed for a file of its size, then
at least one of the blocks in the file is a hole. */
- /* FIXME: isn't there risk of overflow here? */
if (S_ISREG (sb.st_mode) && sb.st_size / 512 > ST_NBLOCKS (sb))
make_holes = 1;
}