Ignore:
Timestamp:
Oct 7, 2007, 7:09:24 PM (18 years ago)
Author:
bird
Message:

jobs and other stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/histedit.c

    r1203 r1207  
    389389                        error(psh, "can't create temporary file %s", editfile);
    390390                if ((efp = fdopen(fd, "w")) == NULL) {
    391                         close(fd);
     391                        shfile_close(&psh->fdtab, fd);
    392392                        error(psh, "can't allocate stdio buffer for temp");
    393393                }
Note: See TracChangeset for help on using the changeset viewer.