This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Read this, please...


> From: "Javier G." <javigg@wanadoo.es>
> Date: Wed, 19 Jul 2000 16:17:25 +0200

Thanks for your report.

> Hello, this is not reallly a GCC bug, but since it's an error of the package
> it's into and i
> didn't know where to send it, i sent it here...

This is the wrong place for such reports.  You should have posted it
to the comp.os.msdos.djgpp news group, because it pertains to the
DJGPP library documentation.

> in the libc help reference, the example from _fix_path, there's a line
> scanf(oldpath);
> that should be
> scanf("%s", oldpath);

Thanks, it will be corrected in the next release.  (Btw, the function
whose docs include this error is _fixpath, not _fix_path.)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]