diff options
Diffstat (limited to 'subversion/svn/conflict-callbacks.c')
| -rw-r--r-- | subversion/svn/conflict-callbacks.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/subversion/svn/conflict-callbacks.c b/subversion/svn/conflict-callbacks.c index 3d41ecf93670..b5cdf5f0785e 100644 --- a/subversion/svn/conflict-callbacks.c +++ b/subversion/svn/conflict-callbacks.c @@ -935,7 +935,7 @@ handle_text_conflict(svn_wc_conflict_result_t *result,            /* We only allow the user accept the merged version of               the file if they've edited it, or at least looked at               the diff. */ -          if (result->choice == svn_wc_conflict_choose_merged +          if (opt->choice == svn_wc_conflict_choose_merged                && ! knows_something)              {                SVN_ERR(svn_cmdline_fprintf( | 
