Some initial work on removing buffer_t from io_data_t

This commit is contained in:
ridiculousfish
2012-03-03 23:56:35 -08:00
parent baa813c46f
commit 27f374a38b
5 changed files with 26 additions and 29 deletions

View File

@@ -881,7 +881,7 @@ static void read_try( job_t *j )
}
else
{
b_append( buff->param2.out_buffer, b, l );
b_append( buff->out_buffer, b, l );
}
}
}