This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Read this, please...
- To: javigg at wanadoo dot es
- Subject: Re: Read this, please...
- From: Eli Zaretskii <eliz at delorie dot com>
- Date: Thu, 20 Jul 2000 02:49:38 -0400 (EDT)
- CC: gcc-bugs at gcc dot gnu dot org
- References: <000701bff18c$37a774e0$d48f253e@thedeath>
- Reply-to: Eli Zaretskii <eliz at is dot elta dot co dot il>
> 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.)