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:
82988e9
)
(split_3): Add cast to placate irix4's cc. From Kaveh Ghazi.
author
Jim Meyering
<jim@meyering.net>
Sun, 26 Jul 1998 20:09:25 +0000
(20:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 26 Jul 1998 20:09:25 +0000
(20:09 +0000)
src/md5sum.c
patch
|
blob
|
history
diff --git
a/src/md5sum.c
b/src/md5sum.c
index 5c8410e32a39ab264edb7404ae4e8478fcef7262..c889cc447d464d5bf66dbe7ee08b68e427b8528a 100644
(file)
--- a/
src/md5sum.c
+++ b/
src/md5sum.c
@@
-152,7
+152,7
@@
split_3 (char *s, size_t s_len, unsigned char **u, int *binary, char **w)
++i;
filename_has_newline = 1;
}
- *u = &s[i];
+ *u =
(unsigned char *)
&s[i];
/* The first field has to be the 32-character hexadecimal
representation of the message digest. If it is not followed