You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2003/06/14 00:01:31 UTC

Re: svn commit: rev 6225 - clients/rapidsvn/trunk/src

xela@tigris.org writes:

> Modified: clients/rapidsvn/trunk/src/commit_action.cpp
> ==============================================================================
> --- clients/rapidsvn/trunk/src/commit_action.cpp	(original)
> +++ clients/rapidsvn/trunk/src/commit_action.cpp	Fri Jun 13 18:50:42 2003
> @@ -48,7 +48,7 @@
>    }
>  
>    m_recursive = dlg.GetRecursive ();
> -  m_recursive = dlg.GetRecursive ();
> +  m_message = dlg.GetMessage ();

If GetMessage returned a std::string the compiler would have detected
this error.

-- 
Philip Martin

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

Re: svn commit: rev 6225 - clients/rapidsvn/trunk/src

Posted by Philip Martin <ph...@codematters.co.uk>.
Philip Martin <ph...@codematters.co.uk> writes:

>> -  m_recursive = dlg.GetRecursive ();
>> +  m_message = dlg.GetMessage ();
>
> If GetMessage returned a std::string the compiler would have detected
> this error.

My msitake!  I shouldn't try to read code after having been out for the
evening.

-- 
Philip Martin

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