~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/libsvn_client/info.c

  • Committer: Max Bowsher
  • Date: 2012-10-25 00:08:47 UTC
  • mfrom: (44.1.49 precise)
  • Revision ID: _@maxb.eu-20121025000847-8xxg7ea4qdqio0w4
Tags: 1.7.7-0svn2~oneiric+svn1
MergeĀ 1.7.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
          || peg_revision->kind == svn_opt_revision_unspecified))
294
294
    {
295
295
      /* Do all digging in the working copy. */
296
 
      wc_info_receiver_baton_t b = { receiver, receiver_baton };
 
296
      wc_info_receiver_baton_t b;
 
297
      b.client_receiver_func = receiver;
 
298
      b.client_receiver_baton = receiver_baton;
297
299
      return svn_error_trace(
298
300
        svn_wc__get_info(ctx->wc_ctx, abspath_or_url, depth,
299
301
                        fetch_excluded, fetch_actual_only, changelists,