Changeset 1784 for trunk/src/kash/output.c
- Timestamp:
- Sep 13, 2008, 5:27:59 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/output.c
r1233 r1784 133 133 while (*p) 134 134 outc(*p++, file); 135 if (file == file->psh->out2)135 if (file->psh && file == file->psh->out2) 136 136 flushout(file); 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.