cmpilato, julianfoad


Suggested
r1480723

r1480723 | pburba | 2013-05-09 11:58:17 -0500 (Thu, 09 May 2013)

More cleanup to issue #4355 'svn_client_log5 broken with multiple 
revisions which span a rename' fix in r1478220.

Suggested by: cmpilato, julianfoad

* subversion/libsvn_client/log.c

  (svn_client_log5): Fix typo in doc string.  We know what size the output
   array will be, so just initialize it to that size.  Remove an unnecessary
   dereference.

  (convert_opt_rev_array_to_rev_range_array): Replace memcmp comparison of
   two structures with proper member-wise comparison.

  (find_youngest_and_oldest_revs): Remove unecessary return statement.