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:
1d5b093
)
(bsd_sum_file): Remove misleading comment. From Karl Heuer.
author
Jim Meyering
<jim@meyering.net>
Tue, 5 Dec 1995 15:53:31 +0000
(15:53 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 5 Dec 1995 15:53:31 +0000
(15:53 +0000)
src/sum.c
patch
|
blob
|
history
diff --git
a/src/sum.c
b/src/sum.c
index 20713540cf87ed9b8143efcdd71c7aafa6c24f93..413f8346e585cc5710217fc876856637b7a10b68 100644
(file)
--- a/
src/sum.c
+++ b/
src/sum.c
@@
-108,8
+108,6
@@
bsd_sum_file (const char *file, int print_name)
}
}
- /* This algorithm seems to depend on sign extension in `ch' in order to
- give the right results. Ick. */
while ((ch = getc (fp)) != EOF)
{
total_bytes++;