Invalid command syntax errors with MWW.
authorDean Glazeski <dnglaze@gmail.com>
Sat, 14 Nov 2009 18:39:08 +0000 (12:39 -0600)
committerZachary T Welch <zw@superlucidity.net>
Sat, 14 Nov 2009 18:58:35 +0000 (10:58 -0800)
commitc93ae60bce40b196cb5594e8e4723f3d567ff22e
tree99555e8e68df4e671a45ac2de4f5321263868e54
parent4088b1e622cff0673f2859de5ee611da736bdba7
Invalid command syntax errors with MWW.

This fixes an issue due to the new command handler syntax caused by the mw handler playing with the args pointer before
using the CMD_NAME macro.  Fix is to move this call above the lines changing args.
src/target/target.c