1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

(split_3): Add missing semicolon. From Jim Blandy.

This commit is contained in:
Jim Meyering
1996-07-04 22:51:52 +00:00
parent 6b4aadc588
commit f8514af7a6

View File

@@ -145,7 +145,7 @@ split_3 (char *s, size_t s_len, char **u, int *binary, char **w)
Ignore this line if it is too short. */
if (!(s_len - i >= MIN_DIGEST_LINE_LENGTH
|| (s[i] == '\\' && s_len - i >= 1 + MIN_DIGEST_LINE_LENGTH)))
return 1
return 1;
if (s[i] == '\\')
{