Weird New libjava Testsuite Failure (PR java/14104)
Andrew Haley
aph@redhat.com
Wed Mar 17 22:33:00 GMT 2004
Ranjit Mathew writes:
> Andrew Haley wrote:
> > *************** opendir_in_zip (const char *zipfile, int
> > *** 128,134 ****
> > /* A missing zip file is not considered an error.
> > We may want to re-consider that. FIXME. */
> > ! zipf->count = 0;
> > ! zipf->dir_size = 0;
> > ! zipf->central_directory = NULL;
> > }
> > else
> > --- 127,131 ----
> > /* A missing zip file is not considered an error.
> > We may want to re-consider that. FIXME. */
> > ! goto fail;
>
> You have invalidated that comment now, haven't you?
No. We may still want to re-consider that.
Andrew.
More information about the Java
mailing list