Merge branch 'master' of gitorious.org:eressea/server

This commit is contained in:
Enno Rehling 2011-10-28 23:57:30 -07:00
commit f7afab976a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }