Changeset 3477 for trunk/src/kash/show.c
- Timestamp:
- Sep 17, 2020, 11:52:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/show.c
r3444 r3477 44 44 #include <stdarg.h> 45 45 #include <stdlib.h> 46 #include <assert.h>47 46 48 47 #include "shell.h" … … 293 292 if (pos > sizeof(psh->tracebuf)) { 294 293 char *end; 295 assert(0);294 kHlpAssert(0); 296 295 end = memchr(psh->tracebuf, '\0', sizeof(psh->tracebuf)); 297 296 pos = end ? end - &psh->tracebuf[0] : 0;
Note:
See TracChangeset
for help on using the changeset viewer.