--- bash-5.0-beta2/examples/loadables/seq.c +++ bash-5.0-beta2/examples/loadables/seq.c 2018-11-29 15:06:37.818582755 +0000 @@ -161,7 +161,7 @@ long_double_format (char const *fmt) strcpy (ldfmt + length_modifier_offset + 1, fmt + length_modifier_offset + has_L); #else - strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset) + strcpy (ldfmt + length_modifier_offset, fmt + length_modifier_offset); #endif return ldfmt; }