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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-14 02:01:31 CEST

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
Received on Sat Jun 14 02:02:18 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.