[msitools] wixl-heat: ignore prefix for component id generation
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wixl-heat: ignore prefix for component id generation
- Date: Fri, 8 Nov 2013 20:00:06 +0000 (UTC)
commit e395249032305ab24da05c89c8f549ad5887e2f7
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Fri Nov 8 20:42:59 2013 +0100
wixl-heat: ignore prefix for component id generation
tools/wixl/wixl-heat.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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 + "<Component Id=\"%s\" Guid=\"*\">\n".printf (id));
file = sourcedir + Path.DIR_SEPARATOR_S + file;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]