From: Rick Bird Date: Tue, 19 Apr 2011 02:33:35 +0000 (-0400) Subject: IssueID #241 Left out one spot.. My machine but be very forgiving cause X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=401f7fd5d7c362510c827475c6c5780078a24a7d;p=cobramush.git IssueID #241 Left out one spot.. My machine but be very forgiving cause it got through on mine and worked. --- diff --git a/src/command.c b/src/command.c index 896b412..d7c863a 100644 --- 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);