mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 08:48:14 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
/* **************************************************************** */
|
||||
|
||||
static void
|
||||
memory_error_and_abort (char *fname)
|
||||
memory_error_and_abort (const char * const fname)
|
||||
{
|
||||
fprintf (stderr, "%s: out of virtual memory\n", fname);
|
||||
exit (2);
|
||||
|
||||
Reference in New Issue
Block a user