projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57585ae
)
IssueID #241 Left out one spot.. My machine but be very forgiving cause
author
Rick Bird
<nveid@bender.theari.com>
Tue, 19 Apr 2011 02:33:35 +0000
(22:33 -0400)
committer
Rick Bird
<nveid@bender.theari.com>
Tue, 19 Apr 2011 02:33:35 +0000
(22:33 -0400)
it got through on mine and worked.
src/command.c
patch
|
blob
|
history
diff --git
a/src/command.c
b/src/command.c
index 896b4123c852e78d0a47b5a4cc287e03798c8a75..d7c863a0e27b51e062e1ac878eb9224fd039da3c 100644
(file)
--- a/
src/command.c
+++ b/
src/command.c
@@
-523,7
+523,7
@@
make_command(const char *name, int type, const char *sw, command_func func, cons
break;
}
case CMD_LOAD_DONE:{
- switch_mask
*
mask = switchmask(sw);
+ switch_mask mask = switchmask(sw);
if (mask) {
cmd->sw.mask = SW_ALLOC();
SW_COPY(cmd->sw.mask, mask);