diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2011-12-27 17:47:42 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2011-12-27 17:47:42 -0800 |
commit | 38d88381e0d4b6f0a52501b6bba1a3d97f771387 (patch) | |
tree | 1a64a6d513b474dec3176207103acb2ed3be629d /files.c | |
parent | 373532f3157535da99cf8ffec29849c3bcf6f3e2 (diff) |
295.09295.09
Diffstat (limited to 'files.c')
-rw-r--r-- | files.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1880,7 +1880,7 @@ void process_dot_desktop_files(Options *op, Package *p) add_package_entry(p, tmpfile, - p->entries[i].path, + nvstrdup(p->entries[i].path), nvstrdup(p->entries[i].name), NULL, /* target */ NULL, /* dst */ |