This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Some fixes to the locale tests


[Petter Reinholdtsen]
> Roland suggested some improvements.  Here is a new and shorter
> version.

Roland also discovered that I forgot \n in the following lines:

> -      perror ("setlocale");
> +      fprintf (stderr, "setlocale(LC_MONETARY, \"%s\"): %m", argv[1]);
[...]
> -      perror ("setlocale");
> +      fprintf (stderr, "setlocale(LC_ALL, \"%s\"): %m", argv[1]);

They should read '%m\n"', instead of '%m"'.  Sorry about this.  It
must have been lost in some cut-n-paste long time ago. :)


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