Don't make a copy of args, it goes unused. Remove the variable it was stored to. Found by Coverity.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@249 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -637,9 +637,6 @@ void achange_idle(Window *w, char *s, int i) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void aaway (IrcCommandDll *intp, char *command, char *args, char *subargs, char *helparg) {
|
void aaway (IrcCommandDll *intp, char *command, char *args, char *subargs, char *helparg) {
|
||||||
char *loc;
|
|
||||||
|
|
||||||
loc = LOCAL_COPY(args);
|
|
||||||
CHECK_TOC_ONLINE();
|
CHECK_TOC_ONLINE();
|
||||||
|
|
||||||
serv_set_away(args);
|
serv_set_away(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user