Bash-4.2 patch 24

This commit is contained in:
Chet Ramey
2012-03-13 15:12:26 -04:00
parent 98043138fc
commit 6c19148d33
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -255,6 +255,8 @@ printf_builtin (list)
#endif
{
vflag = 1;
if (vbsize == 0)
vbuf = xmalloc (vbsize = 16);
vblen = 0;
if (vbuf)
vbuf[0] = 0;
+1 -1
View File
@@ -25,6 +25,6 @@
regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh
looks for to find the patch level (for the sccs version string). */
#define PATCHLEVEL 23
#define PATCHLEVEL 24
#endif /* _PATCHLEVEL_H_ */