git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cf64825
)
Fix typo in command_update().
author
Kristian Høgsberg
<krh@redhat.com>
Fri, 5 Oct 2007 20:38:59 +0000 (16:38 -0400)
committer
Kristian Høgsberg
<krh@redhat.com>
Fri, 5 Oct 2007 20:38:59 +0000 (16:38 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
67242ba
..
52d8f2a
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-123,7
+123,7
@@
command_update(int argc, const char *argv[])
upstream = razor_set_open(rawhide_repo_filename);
if (set == NULL || upstream == NULL)
return 1;
- set = razor_set_update(set, upstream, argc - 2, argv + 2);
+ set = razor_set_update(set, upstream, argc, argv);
razor_set_write(set, updated_repo_filename);
razor_set_destroy(set);
razor_set_destroy(upstream);