Re: apr_off_t is of an ambiguous size.
From: Ben Reser <ben_at_reser.org>
Date: 2004-01-17 23:39:03 CET
On Sat, Jan 17, 2004 at 02:28:20PM -0800, (Mr Hyde) Ben Reser wrote:
Yes you forgot to typecast the assignments.
svn_error_t *
status = apr_file_seek (file, where, &apr_offset);
if ((svn_offset_t) apr_offset == apr_offset)
return svn_error_create (SVN_ERR_IO_OFFSET_SIZE, NULL,
-- Ben Reser (Dr. Jekyll) <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Jan 17 23:39:30 2004 |
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.