mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug with 'reply_to'
SVN revision: 559
This commit is contained in:
parent
7a62f689e6
commit
f2d600eb94
@ -6,6 +6,9 @@
|
|||||||
Contents: Electronic logbook utility
|
Contents: Electronic logbook utility
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.6 2003/06/25 15:25:13 midas
|
||||||
|
Fixed bug with 'reply_to'
|
||||||
|
|
||||||
Revision 1.5 2003/06/05 07:16:36 midas
|
Revision 1.5 2003/06/05 07:16:36 midas
|
||||||
Creat boundary randomly
|
Creat boundary randomly
|
||||||
|
|
||||||
@ -274,7 +277,7 @@ char host_name[256], boundary[80], str[80], *p;
|
|||||||
|
|
||||||
if (reply)
|
if (reply)
|
||||||
sprintf(content+strlen(content),
|
sprintf(content+strlen(content),
|
||||||
"%s\r\nContent-Disposition: form-data; name=\"orig\"\r\n\r\n%d\r\n", boundary, reply);
|
"%s\r\nContent-Disposition: form-data; name=\"reply_to\"\r\n\r\n%d\r\n", boundary, reply);
|
||||||
|
|
||||||
for (i=0 ; i<n_attr ; i++)
|
for (i=0 ; i<n_attr ; i++)
|
||||||
sprintf(content+strlen(content),
|
sprintf(content+strlen(content),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user