mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-15 08:00:49 +02:00
Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
@@ -112,7 +112,7 @@ xrealloc (pointer, bytes)
|
||||
allocated = findbrk ();
|
||||
fatal_error ("xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)", (unsigned long)bytes, (unsigned long)allocated);
|
||||
#else
|
||||
fatal_error ("xmalloc: cannot allocate %lu bytes", (unsigned long)bytes);
|
||||
fatal_error ("xrealloc: cannot allocate %lu bytes", (unsigned long)bytes);
|
||||
#endif /* !HAVE_SBRK */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user