]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mysql_selector.c
mysql_selector.c: Fix mbox command
[paraslash.git] / 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;