From: Martin Mares Date: Sat, 17 Nov 2007 22:07:43 +0000 (+0100) Subject: Fixed a silly bug. X-Git-Tag: python-dummy-working~280 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f678481e6b7a13bde86300040a9373934e49d6f0;p=moe.git Fixed a silly bug. --- diff --git a/judge/io.c b/judge/io.c index 68c2992..bfc828a 100644 --- a/judge/io.c +++ b/judge/io.c @@ -21,7 +21,6 @@ struct stream *sopen_fd(char *name, int fd) s->end = s->buf + BUFSIZE; s->name = s->end; strcpy(s->name, name); - s->flags = 0; return s; }