From 0f6f3c5b8a1d798a06c764258dd9fb39761b9de6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 11 Feb 2007 20:28:40 +0100 Subject: [PATCH] mysql_selector.c: Fix mbox command An additional space crept in. --- mysql_selector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2