Changeset 1222 for trunk/src/kash/input.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.c
r1218 r1222 390 390 INTOFF; 391 391 /** @todo shfile fixme */ 392 if ((fd = shfile_open(&psh->fdtab, fname, O_RDONLY )) < 0)392 if ((fd = shfile_open(&psh->fdtab, fname, O_RDONLY, 0)) < 0) 393 393 error(psh, "Can't open %s", fname); 394 394 if (fd < 10) {
Note:
See TracChangeset
for help on using the changeset viewer.