You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2008/08/21 23:33:37 UTC

Re: svn commit: r32620 - trunk/subversion/libsvn_fs_fs

On Thu, Aug 21, 2008 at 2:59 PM,  <hw...@tigris.org> wrote:
>...
> +++ trunk/subversion/libsvn_fs_fs/fs_fs.c       Thu Aug 21 14:59:25 2008        (r32620)
>...
> @@ -2447,14 +2430,14 @@ struct rep_read_baton
>   apr_size_t buf_len;
>
>   /* An MD5 context for summing the data read in order to verify it. */
> -  struct apr_md5_ctx_t md5_context;
> +  svn_checksum_ctx_t *checksum_ctx;

Comment should be updated.

>...

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r32620 - trunk/subversion/libsvn_fs_fs

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Greg Stein wrote:
> On Thu, Aug 21, 2008 at 2:59 PM,  <hw...@tigris.org> wrote:
>> ...
>> +++ trunk/subversion/libsvn_fs_fs/fs_fs.c       Thu Aug 21 14:59:25 2008        (r32620)
>> ...
>> @@ -2447,14 +2430,14 @@ struct rep_read_baton
>>   apr_size_t buf_len;
>>
>>   /* An MD5 context for summing the data read in order to verify it. */
>> -  struct apr_md5_ctx_t md5_context;
>> +  svn_checksum_ctx_t *checksum_ctx;
> 
> Comment should be updated.

Done in r32629.  Thanks.

-Hyrum