cmpilato@tigris.org writes:
> * subversion/libsvn_fs/reps-strings.c
> (make_fulltext_rep): Omigosh. Nobody saw that happen, right? :-)
> Actually use the mutability state dictated by the caller...
>
> Modified: trunk/subversion/libsvn_fs/reps-strings.c
> ==============================================================================
> --- trunk/subversion/libsvn_fs/reps-strings.c (original)
> +++ trunk/subversion/libsvn_fs/reps-strings.c Wed May 8 14:25:14 2002
> @@ -57,7 +57,7 @@
>
> {
> svn_fs__representation_t *rep = apr_palloc (pool, sizeof (*rep));
> - rep->is_mutable = 1;
> + rep->is_mutable = mutable;
> rep->kind = svn_fs__rep_kind_fulltext;
> rep->contents.fulltext.string_key = apr_pstrdup (pool, str_key);
> return rep;
Holy cow, dude.
<karl wonders if he wrote that>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 9 06:20:19 2002