This commit is contained in:
Josh Baker 2016-09-08 17:46:03 -07:00
parent 88057ab8af
commit 0ec132aed9
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ func handle(
for i := 0; i < len(cmds); i++ {
scmds[i] = make([]string, len(cmds[i]))
for j := 0; j < len(scmds[i]); j++ {
scmds[i][j] = string(scmds[i][j])
scmds[i][j] = string(cmds[i][j])
}
}
shandler(c, scmds)