bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error.c: "Unknown system error" should report errno value


From: Paul Eggert
Subject: Re: error.c: "Unknown system error" should report errno value
Date: Tue, 25 Sep 2007 09:51:43 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Eric Blake-1 <address@hidden> writes:

> +  static char const fmt[] = "Unknown error (%d)";

The only improvement I see is to change the string to something like
"errno=%d", since it won't be translated to a native language.  That's
good enough for a substitute function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]