Changeset 3477 for trunk/src/kash/exec.c
- Timestamp:
- Sep 17, 2020, 11:52:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/exec.c
r3475 r3477 46 46 #include <stdlib.h> 47 47 #include <stddef.h> 48 #include <assert.h>49 48 50 49 /* … … 307 306 int suffix; 308 307 int isreg = stat_pc_exec_exts(psh, cmd, 0, &suffix); 309 assert(isreg > 0);308 kHlpAssert(isreg > 0); 310 309 } 311 310 #endif
Note:
See TracChangeset
for help on using the changeset viewer.