From: Andre Noll Date: Sun, 11 Feb 2007 19:28:40 +0000 (+0100) Subject: mysql_selector.c: Fix mbox command X-Git-Tag: v0.2.15~17 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;ds=inline;h=0f6f3c5b8a1d798a06c764258dd9fb39761b9de6;p=paraslash.git mysql_selector.c: Fix mbox command An additional space crept in. --- diff --git a/mysql_selector.c b/mysql_selector.c index b059de70..f50ac410 100644 --- a/mysql_selector.c +++ b/mysql_selector.c @@ -538,7 +538,7 @@ int com_mbox(int fd, int argc, char *argv[]) if (!row[0]) goto out; - tmp = make_message("%s X-Attribute-%s: ', %s, '\n", query, + tmp = make_message("%sX-Attribute-%s: ', %s, '\n", query, row[0], row[0]); free(query); query = tmp;