Message70575
Martin,
There is a small issue with the patch: in the "w#" format handler,
bf_getwritebuffer(arg, 0, res) is wrong. The third argument should be
&res (there is a compilation warning on windows),
And a few lines after, in the "if (*format == '#')" block, there should
be a line like
*p = res;
otherwise the user code never sees the buffer... |
|
| Date |
User |
Action |
Args |
| 2008-08-01 17:53:49 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, barry, teoliphant, pitrou, giampaolo.rodola, donmez, benjamin.peterson, gpolo |
| 2008-08-01 17:53:49 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-08-01 17:53:48 | amaury.forgeotdarc | link | issue3139 messages |
| 2008-08-01 17:53:48 | amaury.forgeotdarc | create | |
|