forked from github/server
Merge branch 'master' of gitorious.org:eressea/server
This commit is contained in:
commit
f7afab976a
|
@ -125,7 +125,7 @@ static char *get_command(const order * ord, char *sbuffer, size_t size)
|
||||||
++size;
|
++size;
|
||||||
--bufp;
|
--bufp;
|
||||||
}
|
}
|
||||||
memcpy(bufp + 1, "[...]", 6); /* TODO: make sure this only happens in eval_command */
|
memcpy(bufp, "[...]", 6); /* TODO: make sure this only happens in eval_command */
|
||||||
bufp += 6;
|
bufp += 6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue