This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Read this, please...
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: Read this, please...
- From: "Javier G." <javigg at wanadoo dot es>
- Date: Wed, 19 Jul 2000 16:17:25 +0200
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);
ok, that's all. i know that it's stupid, but anyway, here it's
thanks for your time!