1
0
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:
Jim Meyering
1998-07-26 20:09:25 +00:00
parent 82988e97cf
commit bd85887daf

View File

@@ -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