projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f6457
)
src/main.c: Change the default action to "list_graphs".
author
Florian Forster
<octo@verplant.org>
Fri, 10 Sep 2010 14:31:16 +0000
(16:31 +0200)
committer
Florian Forster
<octo@verplant.org>
Fri, 10 Sep 2010 14:31:16 +0000
(16:31 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
2d05baa
..
a97a615
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-106,7
+106,7
@@
static int handle_request (void) /* {{{ */
action = param ("action");
if (action == NULL)
{
- return (action_
usage
());
+ return (action_
list_graphs
());
}
else
{