[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: warning in swigutil_py.c

From: <cmpilato_at_collab.net>
Date: 2003-05-23 16:16:32 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> so i was playing with the new and more pythonic swig bindings, and i
> noticed a warning in the c wrapper code.

...

> ... shouldn't we be doing something like:
>
> apr_os_file_t fd;
>
> fd = fileno (file);
>
> then using &fd when we need a pointer to the apr_os_file_t *?

You're absolutely right. This is my fault for misreading the
prototype for _get_osfhandle() -- I thought it returned a pointer, but
it doesn't. Fix (I hope) in revision 6020.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 16:16:32 2003

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.