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

RE: [PATCH] Issue 990: SWIG Python on Win32

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2003-02-26 21:16:17 CET

Forget what I said earlier. I relooked at your patch. You're changing
time_t, not apr_time_t. I need to get my glasses fixed. That should work
quite nicely.

> > This is the problem. apr_time_t is a 64-bit integer. All sorts of
> > nasty things are happening here. Long is not big enough, and MSVC
> > 6.0 doesn't recognize long long. We need a solution that will work.
>
> Well this change was really just a shot in the dark to fix a
> runtime error,
> "TypeError: Type error. Expected _p_time_t", that occured in
> cvs2svn when
> util.apr_time_ansi_put() was called.
>
> I think the reason it worked is the function takes a time_t parameter
> instead of an apr_time_t one. apr_time_t might be 64 bits,
> but time_t is
> only 32 bits.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 26 21:17:14 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.