Re: Use of %E in system_printf().

2005-07-21 Thread Christopher Faylor
On Thu, Jul 21, 2005 at 05:42:11PM +0200, Vaclav Haisman wrote: >Never mind, I found it. smallprint.c Please use the cygwin mailing list for questions. This mailing list is for actual patches. cgf

Re: Use of %E in system_printf().

2005-07-21 Thread Vaclav Haisman
Never mind, I found it. smallprint.c VH On Thu, 21 Jul 2005, Vaclav Haisman wrote: > > I've been looking around Cygwin again and found this: > > system_printf ("couldn't get memory info, %E"); > > Now I am curious where does the %E get handled? Is it supposed to print > GetLastError()? I loo

Use of %E in system_printf().

2005-07-21 Thread Vaclav Haisman
I've been looking around Cygwin again and found this: system_printf ("couldn't get memory info, %E"); Now I am curious where does the %E get handled? Is it supposed to print GetLastError()? I looked into strace.h and strace.cc but I don't see anything that would handle it. Besides that, %E is af