[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Dec 21 18:57:59 UTC 2015


The branch, master has been updated
       via  9250e9a Improve the comment a bit more.
      from  3623d94 Fix rule for out-of-tree builds. Fixes bug 11635.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9250e9ac23d73886f30d324d1642ca196dfc4a42
Author: Wayne Davison <wayned at samba.org>
Date:   Mon Dec 21 10:54:02 2015 -0800

    Improve the comment a bit more.

-----------------------------------------------------------------------

Summary of changes:
 util.c | 2 ++
 1 file changed, 2 insertions(+)


Changeset truncated at 500 lines:

diff --git a/util.c b/util.c
index 3bece5c..baee467 100644
--- a/util.c
+++ b/util.c
@@ -1610,6 +1610,8 @@ int flist_ndx_pop(flist_ndx_list *lp)
  *  - if incr < 0 then increase the malloced size by -1 * incr
  *  - if incr >= 0 then either make the malloced size equal to "incr"
  *    or (if that's not large enough) double the malloced size
+ * After the size check, the list's count is incremented by 1 and a pointer
+ * to the "new" list item is returned.
  */
 void *expand_item_list(item_list *lp, size_t item_size,
 		       const char *desc, int incr)


-- 
The rsync repository.



More information about the rsync-cvs mailing list