julianfoad, philip


Suggested
r992314

r992314 | pburba | 2010-09-03 09:49:06 -0500 (Fri, 03 Sep 2010)

Fix a few buglets with error creation for issue #2915 fix in r992042.

* subversion/libsvn_client/merge.c

  (get_mergeinfo_paths): Remove shadowed declaration of iterpool.  Use a
   svn_stringbuf_t rather than a C-string to to build an unbounded error
   message.  Use an iterpool for temporary allocations while building the
   same, *not* for allocating the apr_hash_index_t iterator! And finally,
   remove a redundant if ().

Suggested by: julianfoad, philip