From fb9450551d5757a45806a062d7457a761e6dd295 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 11 Dec 2007 15:12:36 -0800 Subject: Bug #2509 Multivalue nodes are diffed with previous value for validation before commit. --- src/cli_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli_objects.c') diff --git a/src/cli_objects.c b/src/cli_objects.c index 9bb36f0..8f0f6fe 100644 --- a/src/cli_objects.c +++ b/src/cli_objects.c @@ -334,7 +334,7 @@ void init_paths(boolean for_commit) init_path(&m_path, startp); switch_path(get_f_seg_c_ptr()); m_path.print_offset = max_len; - }else + } else init_path(&m_path, mdirp); init_path(&t_path, tdirp); -- cgit v1.2.3