mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 11:40:30 +02:00
commit bash-20170630 snapshot
This commit is contained in:
@@ -804,6 +804,8 @@ fnprint (const char *to_print, int prefix_bytes, const char *real_pathname)
|
||||
print_len = strlen (to_print);
|
||||
end = to_print + print_len + 1;
|
||||
memset (&ps, 0, sizeof (mbstate_t));
|
||||
#else
|
||||
print_len = strlen (to_print);
|
||||
#endif
|
||||
|
||||
printed_len = common_prefix_len = 0;
|
||||
|
||||
Reference in New Issue
Block a user