Changeset 1226 for trunk/src/kash/var.c
- Timestamp:
- Oct 8, 2007, 3:46:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/var.c
r1222 r1226 43 43 #include <stddef.h> 44 44 #include <stdlib.h> 45 #include <string s.h>45 #include <string.h> 46 46 47 47 #ifdef PC_OS2_LIBPATHS … … 577 577 continue; 578 578 } 579 q = index(p, '\'');579 q = strchr(p, '\''); 580 580 if (!q) { 581 581 out1fmt(psh, "'%s'", p );
Note:
See TracChangeset
for help on using the changeset viewer.