Changeset 882 for trunk/src/ash-messup/main.c
- Timestamp:
- Apr 21, 2007, 8:22:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/main.c
r881 r882 308 308 309 309 INTOFF; 310 if ((fd = shfile_open( psh, name, O_RDONLY)) >= 0)310 if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY)) >= 0) 311 311 setinputfd(psh, fd, 1); 312 312 INTON;
Note:
See TracChangeset
for help on using the changeset viewer.