From ed02dbd550e1e068ae06b1ec5969fe1c49aec357 Mon Sep 17 00:00:00 2001 From: Antoine Busque Date: Mon, 18 Apr 2016 16:24:29 -0400 Subject: [PATCH] Fix: make short_src_path from src_path MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoine Busque Signed-off-by: Jérémie Galarneau --- lib/debuginfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/debuginfo.c b/lib/debuginfo.c index a2b94e2f..3d033b9a 100644 --- a/lib/debuginfo.c +++ b/lib/debuginfo.c @@ -129,8 +129,7 @@ struct debug_info_source *debug_info_source_create_from_so(struct so_info *so, } debug_info_src->short_src_path = get_filename_from_path( - src_loc->filename); - + debug_info_src->src_path); } source_location_destroy(src_loc); -- 2.34.1