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: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 20 Jul 2000 09:36:55 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <000701bff18c$37a774e0$d48f253e@thedeath>
> 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... ok, here it goes, it's stupid, i know....
> in the libc help reference, the example from _fix_path, there's a line
> scanf(oldpath);
> that should be
> scanf("%s", oldpath);
Thanks for your bug report. I'm not exactly sure what documentation
you are talking about, but it seems you've read glibc
documentation. Please don't send glibc bug report to this address; use
the glibcbug script on your system to report such bugs instead.
Regards,
Martin