X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mysql_selector.c;fp=mysql_selector.c;h=f50ac410079615676268a0b0a5a2b7f546d744ce;hb=0f6f3c5b8a1d798a06c764258dd9fb39761b9de6;hp=b059de70b61cd49f8aa46e7c64411e8fb4617852;hpb=0098ecb796452af48725e91f23f1aa961fd96258;p=paraslash.git 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;