Ignore:
Timestamp:
Apr 21, 2007, 8:22:16 PM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/main.c

    r881 r882  
    308308
    309309        INTOFF;
    310         if ((fd = shfile_open(psh, name, O_RDONLY)) >= 0)
     310        if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY)) >= 0)
    311311                setinputfd(psh, fd, 1);
    312312        INTON;
Note: See TracChangeset for help on using the changeset viewer.