response-file.patch
| command.c 2009-10-25 22:03:51.167296700 +0000 | ||
|---|---|---|
| 265 | 265 |
tmp_write(r->file, buffer_ptr( &expandedsubbuff ), expandedsubbuffsize - 1); |
| 266 | 266 |
// tmp_write(r->file, buffer_ptr( &subbuff ), expandedSize - 1); |
| 267 | 267 |
|
| 268 |
// Add a final delimiter at the end of the response file for dumb compilers. |
|
| 269 |
tmp_write(r->file, " ", 1); |
|
| 270 |
|
|
| 268 | 271 |
buffer_free(&expandedsubbuff); |
| 269 | 272 |
buffer_free(&subbuff); |
| 270 | 273 |
|