From e395249032305ab24da05c89c8f549ad5887e2f7 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 8 Nov 2013 20:42:59 +0100 Subject: wixl-heat: ignore prefix for component id generation --- tools/wixl/wixl-heat.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/wixl/wixl-heat.vala b/tools/wixl/wixl-heat.vala index 34ef6c1..ef426ec 100644 --- a/tools/wixl/wixl-heat.vala +++ b/tools/wixl/wixl-heat.vala @@ -95,7 +95,7 @@ public int main (string[] args) { last_path = path; if (!is_directory) { - var id = generate_id ("cmp", 1, line); + var id = generate_id ("cmp", 1, file); cmpref.append (id); stdout.printf (indent + "\n".printf (id)); file = sourcedir + Path.DIR_SEPARATOR_S + file; -- cgit