Ignore:
Timestamp:
Sep 13, 2008, 5:27:59 AM (17 years ago)
Author:
bird
Message:

kash: hacking.

File:
1 edited

Legend:

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

    r1233 r1784  
    133133        while (*p)
    134134                outc(*p++, file);
    135         if (file == file->psh->out2)
     135        if (file->psh && file == file->psh->out2)
    136136                flushout(file);
    137137}
Note: See TracChangeset for help on using the changeset viewer.