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 2011/04/18 23:36:56 UTC

svn commit: r1094770 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

Author: rhuijben
Date: Mon Apr 18 21:36:55 2011
New Revision: 1094770

URL: http://svn.apache.org/viewvc?rev=1094770&view=rev
Log:
* subversion/libsvn_wc/workqueue.c
  (run_file_commit): Following up on r1092708, retrieve the right property
    from the skel.

Found by: gstein

Modified:
    subversion/trunk/subversion/libsvn_wc/workqueue.c

Modified: subversion/trunk/subversion/libsvn_wc/workqueue.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/workqueue.c?rev=1094770&r1=1094769&r2=1094770&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Mon Apr 18 21:36:55 2011
@@ -886,7 +886,7 @@ run_file_commit(svn_wc__db_t *db,
   SVN_ERR(svn_skel__parse_int(&v, arg1->next, scratch_pool));
   set_read_write = (v != 0);
 
-  SVN_ERR(svn_skel__parse_int(&v, arg1->next, scratch_pool));
+  SVN_ERR(svn_skel__parse_int(&v, arg1->next->next, scratch_pool));
   remove_executable = (v != 0);
 
   return svn_error_return(