me stupid, read from fd 1 and not 0

This commit is contained in:
leitner 2002-05-11 14:14:45 +00:00
parent 05f4463ec3
commit bd38223824

View File

@ -9,7 +9,7 @@ int main(int argc,char* argv[]) {
char obuf[4096];
buffer filein;
buffer fileout;
int fd=1;
int fd=0;
int ofd=-1;
unsigned long mode=0,lineno=0;
if (argc>1) {