You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/02/11 14:58:30 UTC

svn propchange: r908535 - svn:log

Author: rhuijben
Revision: 908535
Modified property: svn:log

Modified: svn:log at Thu Feb 11 13:58:30 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Feb 11 13:58:30 2010
@@ -1,4 +1,4 @@
 * subversion/libsvn_subr/io.c
-  (svn_io_copy_file): Remove an unneeded conversions and avoid another one
-    by using a svn_io function. Combine errors instead of clearing all but
-    one.
+  (svn_io_copy_file): Remove an unneeded conversion and avoid another one
+    by using a svn_io function in an error condition. Combine errors instead
+    of clearing all but one.