git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7b04f14
)
kill warning
author
Dan Winship
<danw@gnome.org>
Fri, 7 Mar 2008 18:44:22 +0000 (13:44 -0500)
committer
Dan Winship
<danw@gnome.org>
Fri, 7 Mar 2008 18:44:22 +0000 (13:44 -0500)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
fd91605
..
2583a11
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-520,7
+520,9
@@
command_install(int argc, const char *argv[])
packages = list_packages(argc, upstream);
trans = razor_transaction_create(system, upstream,
- argc, packages, 0, NULL);
+ argc, (const char **)packages,
+ 0, NULL);
+ free(packages);
razor_transaction_describe(trans);
if (trans->errors)
return 1;