Changeset 1217 for trunk/src/kash/expand.c
- Timestamp:
- Oct 7, 2007, 11:47:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/expand.c
r1214 r1217 388 388 if (quotes) 389 389 rmescapes(psh, p+2); 390 result = arith(p +2);390 result = arith(psh, p+2); 391 391 fmtstr(p, 12, "%d", result); 392 392
Note:
See TracChangeset
for help on using the changeset viewer.