Changeset 3177 for trunk/src/kmk/kmkbuiltin/append.c
- Timestamp:
- Mar 21, 2018, 11:06:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/append.c
r3172 r3177 123 123 pBuf->pszBuf = NULL; 124 124 pBuf->cbBuf = 0; 125 pBuf->offBuf = offNew; 125 126 pBuf->fOutOfMemory = 1; 126 127 return; … … 448 449 } 449 450 else 450 rc = errx(1, "out of memory !");451 rc = errx(1, "out of memory for output buffer! (%u needed)", OutBuf.offBuf + 1); 451 452 return rc; 452 453 }
Note:
See TracChangeset
for help on using the changeset viewer.