
12 Apr
2007
12 Apr
'07
10:03 p.m.
On 4/12/07, Grant Likely grant.likely@secretlab.ca wrote:
On 4/12/07, Greg Lopp lopp@pobox.com wrote:
On 4/12/07, Grant Likely grant.likely@secretlab.ca wrote:
- Looks like whitespace has been mangled in this patch. Tabs are now
spaces and long lines have been wrapped. The patch doesn't apply. Your mail client probably did this to you.
Which is why I've changed to an attachment.
Looks better now.
blocksize in ulong */
buffer+=(cnt*ATAPI_READ_BLOCK_SIZE); /*
ulong
blocksize in ulong */
- Now that buffer is incremented by bytes, the comment no longer
applies. Remove it in your patch.
Fixed.......resubmitting
buffer+=cnt*(ATAPI_READ_BLOCK_SIZE/4); /* ulong blocksize in ulong */
buffer+=(cnt*ATAPI_READ_BLOCK_SIZE); /* ulong blocksize in ulong */
The comment at the end of the line still needs to be removed as it is no longer accurate.
Lost in the shuffle when wrestling with the mail client.
Signed-of-by: Greg Lopp lopp@pobox.com
'off' is spelt with 2 f's. :-P
Out and out stupidity.