mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 10:20:49 +02:00
update formatted documentation; fix typo in bashline.c; update system-dependent tests
This commit is contained in:
@@ -914,7 +914,11 @@ printstr (char *fmt, char *string, size_t len, int fieldwidth, int precision)
|
||||
pr = decodeint (&fmt, 1, -1);
|
||||
/* pr < precision means we adjusted precision in printf_builtin
|
||||
for the quoted string length (%Q), so we use the adjusted value */
|
||||
#if 0 /*TAG:bash-5.4 20250702 */
|
||||
if (pr >= 0 && pr < precision)
|
||||
#else
|
||||
if (pr < precision)
|
||||
#endif
|
||||
pr = precision;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user