Fix: make short_src_path from src_path
[babeltrace.git] / lib / debuginfo.c
index a2b94e2f34b6472d1449f3a032c910046aae4865..3d033b9a3b9073d9aaa589ff9bce80b77bd4205f 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.023911 seconds and 4 git commands to generate.