mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-23 10:51:20 +02:00
(split_3): Add cast to placate irix4's cc. From Kaveh Ghazi.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user