Merge branch 'hotfix-3.4.1' of github.com:eressea/server into hotfix-3.4.1

This commit is contained in:
Enno Rehling 2015-07-12 01:41:48 +02:00
commit ae079b8a15
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ const message_type *register_msg(const char *type, int n_param, ...) {
void assert_messages(struct CuTest * tc, struct mlist *msglist, const message_type **types,
int num_msgs, bool exact_match, ...) {
va_list args;
int found, argc = -1;
int found = 0, argc = -1;
struct message *msg;
bool match = true;