mysql_selector.c: Fix mbox command
authorAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 19:28:40 +0000 (20:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 11 Feb 2007 19:28:40 +0000 (20:28 +0100)
An additional space crept in.

mysql_selector.c

index b059de70b61cd49f8aa46e7c64411e8fb4617852..f50ac410079615676268a0b0a5a2b7f546d744ce 100644 (file)
@@ -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;