Re: apr error and defines
From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-10-31 11:44:29 CET
On 10/31/05, Stefan Küng <tortoisesvn@gmail.com> wrote:
Use APR_TO_OS_ERROR to find out which OS error is behind the error code.
#define APR_TO_OS_ERROR ( e ) (e == 0 ? APR_SUCCESS : e -
Yes, I too have had numerous occasions where I'd have loved to have a
bye,
Erik.
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.