Fix: make short_src_path from src_path
[babeltrace.git] / lib / debuginfo.c
index 3559c22bbc5a88c1449d0dd88a66b6d50ccda864..21afcb5247d907a2e4373b8c4423782d78ff6b4c 100644 (file)
@@ -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);
This page took 0.02299 seconds and 4 git commands to generate.